#D7EA82

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

Shades of Mindaro #D7EA82

Tints of Mindaro #D7EA82

Color information

#D7EA82 (or 0xD7EA82) is unknown color: approx Mindaro. HEX triplet: D7, EA and 82. RGB value is (215,234,130). Sum of RGB (Red+Green+Blue) = 215+234+130=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EA82 is #28157D. Grayscale: #D8D8D8. Windows color (decimal): -2626942 or 8579799. OLE color: 8579799.

HSL color Cylindrical-coordinate representation of color #D7EA82: hue angle of 70.96º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7EA82 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB215234130-
CMYK0.0800.440.08
HSL70.96º71.23%71.37%-
HSV(B)70.96º44.44%91.76%-
XYZ61.4874.932.34-
YUV216.4679.21126.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 234 (91.80% from 255) = 40.41%
BLUE value IS 130 (51.17% from 255) = 22.45%
R=37.13%
G=40.41%
B=22.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152341300.0800.440.0870.9671.2371.37
HexD7EA82802C8474747
Octal3273522021005410107107107
Binary110101111110101010000010100001011001000100011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EA82; }

 p { color: rgb(215,234,130); }

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

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

 a { background-color: rgb(215,234,130); }

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

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

 span { border-color: rgb(215,234,130); }

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