#D7E966

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

Shades of Mindaro #D7E966

Tints of Mindaro #D7E966

Color information

#D7E966 (or 0xD7E966) is unknown color: approx Mindaro. HEX triplet: D7, E9 and 66. RGB value is (215,233,102). Sum of RGB (Red+Green+Blue) = 215+233+102=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E966 is #281699. Grayscale: #D5D5D5. Windows color (decimal): -2627226 or 6744535. OLE color: 6744535.

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

Color convert

RGB215233102-
CMYK0.0800.560.09
HSL68.24º74.86%65.69%-
HSV(B)68.24º56.22%91.37%-
XYZ59.5673.6823.65-
YUV212.6865.54129.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 233 (91.41% from 255) = 42.36%
BLUE value IS 102 (40.23% from 255) = 18.55%
R=39.09%
G=42.36%
B=18.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152331020.0800.560.0968.2474.8665.69
HexD7E96680389444b42
Octal3273511461007011104113102
Binary11010111111010011100110100001110001001100010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E966; }

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

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

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

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

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

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

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

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