#D8E785

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

Shades of Mindaro #D8E785

Tints of Mindaro #D8E785

Color information

#D8E785 (or 0xD8E785) is unknown color: approx Mindaro. HEX triplet: D8, E7 and 85. RGB value is (216,231,133). Sum of RGB (Red+Green+Blue) = 216+231+133=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E785 is #27187A. Grayscale: #D7D7D7. Windows color (decimal): -2562171 or 8775640. OLE color: 8775640.

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

Color convert

RGB216231133-
CMYK0.0600.420.09
HSL69.18º67.12%71.37%-
HSV(B)69.18º42.42%90.59%-
XYZ61.1373.4433.14-
YUV215.3481.53128.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 231 (90.62% from 255) = 39.83%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=37.24%
G=39.83%
B=22.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162311330.0600.420.0969.1867.1271.37
HexD8E785602A9454347
Octal330347205605211105103107
Binary11011000111001111000010111001010101001100010110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E785; }

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

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

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

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

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

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

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

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