#D6EE7E

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

Shades of Mindaro #D6EE7E

Tints of Mindaro #D6EE7E

Color information

#D6EE7E (or 0xD6EE7E) is unknown color: approx Mindaro. HEX triplet: D6, EE and 7E. RGB value is (214,238,126). Sum of RGB (Red+Green+Blue) = 214+238+126=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE7E is #291181. Grayscale: #DADADA. Windows color (decimal): -2691458 or 8318678. OLE color: 8318678.

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

Color convert

RGB214238126-
CMYK0.1000.470.07
HSL72.86º76.71%71.37%-
HSV(B)72.86º47.06%93.33%-
XYZ62.0776.9531.32-
YUV218.0676.05125.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 238 (93.36% from 255) = 41.18%
BLUE value IS 126 (49.61% from 255) = 21.80%
R=37.02%
G=41.18%
B=21.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142381260.1000.470.0772.8676.7171.37
HexD6EE7EA02F7494d47
Octal326356176120577111115107
Binary1101011011101110111111010100101111111100100110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EE7E; }

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

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

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

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

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

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

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

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