#D2E86B

Color #D2E86B Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D2E86B

Tints of Mindaro #D2E86B

Color information

#D2E86B (or 0xD2E86B) is unknown color: approx Mindaro. HEX triplet: D2, E8 and 6B. RGB value is (210,232,107). Sum of RGB (Red+Green+Blue) = 210+232+107=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E86B is #2D1794. Grayscale: #D3D3D3. Windows color (decimal): -2955157 or 7071954. OLE color: 7071954.

HSL color Cylindrical-coordinate representation of color #D2E86B: hue angle of 70.56º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2E86B is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB210232107-
CMYK0.0900.540.09
HSL70.56º73.1%66.47%-
HSV(B)70.56º53.88%90.98%-
XYZ58.0972.4824.84-
YUV211.1769.21127.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 38.25%
GREEN value IS 232 (91.02% from 255) = 42.26%
BLUE value IS 107 (42.19% from 255) = 19.49%
R=38.25%
G=42.26%
B=19.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102321070.0900.540.0970.5673.166.47
HexD2E86B90369474942
Octal3223501531106611107111102
Binary11010010111010001101011100101101101001100011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E86B; }

 p { color: rgb(210,232,107); }

 H1.HeaderClassName
 {
   color: #D2E86B;
 }
 .AnyTagClassName
 {
   color: #D2E86B;
 }
</style>
background-color css

<style>
 a { background-color: #D2E86B; }

 a { background-color: rgb(210,232,107); }

 div.DivClassName
 {
   background-color: #D2E86B;
 }
 .BgClassName
 {
   background-color: #D2E86B;
 }
</style>
border-color css

<style>
 span { border-color: #D2E86B; }

 span { border-color: rgb(210,232,107); }

 td.TdClassName
 {
   border-color: #D2E86B;
 }
 .TagClassName
 {
   border-color: #D2E86B;
 }
</style>