#D7E96D

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

Shades of Mindaro #D7E96D

Tints of Mindaro #D7E96D

Color information

#D7E96D (or 0xD7E96D) is unknown color: approx Mindaro. HEX triplet: D7, E9 and 6D. RGB value is (215,233,109). Sum of RGB (Red+Green+Blue) = 215+233+109=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E96D is #281692. Grayscale: #D5D5D5. Windows color (decimal): -2627219 or 7203287. OLE color: 7203287.

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

Color convert

RGB215233109-
CMYK0.0800.530.09
HSL68.71º73.81%67.06%-
HSV(B)68.71º53.22%91.37%-
XYZ59.9273.8325.56-
YUV213.4869.04129.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 233 (91.41% from 255) = 41.83%
BLUE value IS 109 (42.97% from 255) = 19.57%
R=38.60%
G=41.83%
B=19.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152331090.0800.530.0968.7173.8167.06
HexD7E96D80359454a43
Octal3273511551006511105112103
Binary11010111111010011101101100001101011001100010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E96D; }

 p { color: rgb(215,233,109); }

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

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

 a { background-color: rgb(215,233,109); }

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

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

 span { border-color: rgb(215,233,109); }

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