#D8EE64

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

Shades of Mindaro #D8EE64

Tints of Mindaro #D8EE64

Color information

#D8EE64 (or 0xD8EE64) is unknown color: approx Mindaro. HEX triplet: D8, EE and 64. RGB value is (216,238,100). Sum of RGB (Red+Green+Blue) = 216+238+100=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EE64 is #27119B. Grayscale: #D8D8D8. Windows color (decimal): -2560412 or 6614744. OLE color: 6614744.

HSL color Cylindrical-coordinate representation of color #D8EE64: hue angle of 69.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8EE64 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB216238100-
CMYK0.0900.580.07
HSL69.57º80.23%66.27%-
HSV(B)69.57º57.98%93.33%-
XYZ61.1976.6723.63-
YUV215.6962.71128.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 100 (39.45% from 255) = 18.05%
R=38.99%
G=42.96%
B=18.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162381000.0900.580.0769.5780.2366.27
HexD8EE64903A7465042
Octal330356144110727106120102
Binary1101100011101110110010010010111010111100011010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EE64; }

 p { color: rgb(216,238,100); }

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

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

 a { background-color: rgb(216,238,100); }

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

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

 span { border-color: rgb(216,238,100); }

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