#D6E866

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

Shades of Mindaro #D6E866

Tints of Mindaro #D6E866

Color information

#D6E866 (or 0xD6E866) is unknown color: approx Mindaro. HEX triplet: D6, E8 and 66. RGB value is (214,232,102). Sum of RGB (Red+Green+Blue) = 214+232+102=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E866 is #291799. Grayscale: #D4D4D4. Windows color (decimal): -2693018 or 6744278. OLE color: 6744278.

HSL color Cylindrical-coordinate representation of color #D6E866: hue angle of 68.31º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6E866 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB214232102-
CMYK0.0800.560.09
HSL68.31º73.86%65.49%-
HSV(B)68.31º56.03%90.98%-
XYZ58.9972.9723.55-
YUV211.866.04129.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 232 (91.02% from 255) = 42.34%
BLUE value IS 102 (40.23% from 255) = 18.61%
R=39.05%
G=42.34%
B=18.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142321020.0800.560.0968.3173.8665.49
HexD6E86680389444a41
Octal3263501461007011104112101
Binary11010110111010001100110100001110001001100010010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E866; }

 p { color: rgb(214,232,102); }

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

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

 a { background-color: rgb(214,232,102); }

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

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

 span { border-color: rgb(214,232,102); }

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