#D6EE6E

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

Shades of Mindaro #D6EE6E

Tints of Mindaro #D6EE6E

Color information

#D6EE6E (or 0xD6EE6E) is unknown color: approx Mindaro. HEX triplet: D6, EE and 6E. RGB value is (214,238,110). Sum of RGB (Red+Green+Blue) = 214+238+110=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE6E is #291191. Grayscale: #D8D8D8. Windows color (decimal): -2691474 or 7270102. OLE color: 7270102.

HSL color Cylindrical-coordinate representation of color #D6EE6E: hue angle of 71.25º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6EE6E is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB214238110-
CMYK0.1000.540.07
HSL71.25º79.01%68.24%-
HSV(B)71.25º53.78%93.33%-
XYZ61.1276.5726.31-
YUV216.2368.05126.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 238 (93.36% from 255) = 42.35%
BLUE value IS 110 (43.36% from 255) = 19.57%
R=38.08%
G=42.35%
B=19.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142381100.1000.540.0771.2579.0168.24
HexD6EE6EA0367474f44
Octal326356156120667107117104
Binary1101011011101110110111010100110110111100011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EE6E; }

 p { color: rgb(214,238,110); }

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

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

 a { background-color: rgb(214,238,110); }

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

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

 span { border-color: rgb(214,238,110); }

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