#D8EF6E

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

Shades of Mindaro #D8EF6E

Tints of Mindaro #D8EF6E

Color information

#D8EF6E (or 0xD8EF6E) is unknown color: approx Mindaro. HEX triplet: D8, EF and 6E. RGB value is (216,239,110). Sum of RGB (Red+Green+Blue) = 216+239+110=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EF6E is #271091. Grayscale: #D9D9D9. Windows color (decimal): -2560146 or 7270360. OLE color: 7270360.

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

Color convert

RGB216239110-
CMYK0.1000.540.06
HSL70.7º80.12%68.43%-
HSV(B)70.7º53.97%93.73%-
XYZ6277.4626.43-
YUV217.4267.38126.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.23%
GREEN value IS 239 (93.75% from 255) = 42.30%
BLUE value IS 110 (43.36% from 255) = 19.47%
R=38.23%
G=42.30%
B=19.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162391100.1000.540.0670.780.1268.43
HexD8EF6EA0366475044
Octal330357156120666107120104
Binary1101100011101111110111010100110110110100011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EF6E; }

 p { color: rgb(216,239,110); }

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

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

 a { background-color: rgb(216,239,110); }

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

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

 span { border-color: rgb(216,239,110); }

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