#D7E782

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

Shades of Mindaro #D7E782

Tints of Mindaro #D7E782

Color information

#D7E782 (or 0xD7E782) is unknown color: approx Mindaro. HEX triplet: D7, E7 and 82. RGB value is (215,231,130). Sum of RGB (Red+Green+Blue) = 215+231+130=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7E782 is #28187D. Grayscale: #D7D7D7. Windows color (decimal): -2627710 or 8579031. OLE color: 8579031.

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

Color convert

RGB215231130-
CMYK0.0700.440.09
HSL69.5º67.79%70.78%-
HSV(B)69.5º43.72%90.59%-
XYZ60.6373.2132.05-
YUV214.780.2128.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 231 (90.62% from 255) = 40.10%
BLUE value IS 130 (51.17% from 255) = 22.57%
R=37.33%
G=40.10%
B=22.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152311300.0700.440.0969.567.7970.78
HexD7E782702C9464447
Octal327347202705411106104107
Binary11010111111001111000001011101011001001100011010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E782; }

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

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

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

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

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

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

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

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