#D8E282

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

Shades of Mindaro #D8E282

Tints of Mindaro #D8E282

Color information

#D8E282 (or 0xD8E282) is unknown color: approx Mindaro. HEX triplet: D8, E2 and 82. RGB value is (216,226,130). Sum of RGB (Red+Green+Blue) = 216+226+130=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E282 is #271D7D. Grayscale: #D4D4D4. Windows color (decimal): -2563454 or 8577752. OLE color: 8577752.

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

Color convert

RGB216226130-
CMYK0.0400.420.11
HSL66.25º62.34%69.8%-
HSV(B)66.25º42.48%88.63%-
XYZ59.5470.631.61-
YUV212.0781.69130.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 226 (88.67% from 255) = 39.51%
BLUE value IS 130 (51.17% from 255) = 22.73%
R=37.76%
G=39.51%
B=22.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162261300.0400.420.1166.2562.3469.8
HexD8E282402AB423e46
Octal33034220240521310276106
Binary1101100011100010100000101000101010101110000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E282; }

 p { color: rgb(216,226,130); }

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

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

 a { background-color: rgb(216,226,130); }

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

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

 span { border-color: rgb(216,226,130); }

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