#D8E764

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

Shades of Mindaro #D8E764

Tints of Mindaro #D8E764

Color information

#D8E764 (or 0xD8E764) is unknown color: approx Mindaro. HEX triplet: D8, E7 and 64. RGB value is (216,231,100). Sum of RGB (Red+Green+Blue) = 216+231+100=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E764 is #27189B. Grayscale: #D4D4D4. Windows color (decimal): -2562204 or 6612952. OLE color: 6612952.

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

Color convert

RGB216231100-
CMYK0.0600.570.09
HSL66.87º73.18%64.9%-
HSV(B)66.87º56.71%90.59%-
XYZ59.272.6722.96-
YUV211.5865.03131.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 231 (90.62% from 255) = 42.23%
BLUE value IS 100 (39.45% from 255) = 18.28%
R=39.49%
G=42.23%
B=18.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162311000.0600.570.0966.8773.1864.9
HexD8E76460399434941
Octal330347144607111103111101
Binary1101100011100111110010011001110011001100001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E764; }

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

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

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

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

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

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

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

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