#D8E380

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

Shades of Mindaro #D8E380

Tints of Mindaro #D8E380

Color information

#D8E380 (or 0xD8E380) is unknown color: approx Mindaro. HEX triplet: D8, E3 and 80. RGB value is (216,227,128). Sum of RGB (Red+Green+Blue) = 216+227+128=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E380 is #271C7F. Grayscale: #D4D4D4. Windows color (decimal): -2563200 or 8446936. OLE color: 8446936.

HSL color Cylindrical-coordinate representation of color #D8E380: hue angle of 66.67º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8E380 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB216227128-
CMYK0.0500.440.11
HSL66.67º63.87%69.61%-
HSV(B)66.67º43.61%89.02%-
XYZ59.6871.131-
YUV212.4280.36130.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 227 (89.06% from 255) = 39.75%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=37.83%
G=39.75%
B=22.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162271280.0500.440.1166.6763.8769.61
HexD8E380502CB434046
Octal330343200505413103100106
Binary11011000111000111000000010101011001011100001110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E380; }

 p { color: rgb(216,227,128); }

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

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

 a { background-color: rgb(216,227,128); }

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

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

 span { border-color: rgb(216,227,128); }

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