#D9E973

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

Shades of Mindaro #D9E973

Tints of Mindaro #D9E973

Color information

#D9E973 (or 0xD9E973) is unknown color: approx Mindaro. HEX triplet: D9, E9 and 73. RGB value is (217,233,115). Sum of RGB (Red+Green+Blue) = 217+233+115=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E973 is #26168C. Grayscale: #D7D7D7. Windows color (decimal): -2496141 or 7596505. OLE color: 7596505.

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

Color convert

RGB217233115-
CMYK0.0700.510.09
HSL68.14º72.84%68.24%-
HSV(B)68.14º50.64%91.37%-
XYZ60.8574.2727.35-
YUV214.7671.7129.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 233 (91.41% from 255) = 41.24%
BLUE value IS 115 (45.31% from 255) = 20.35%
R=38.41%
G=41.24%
B=20.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172331150.0700.510.0968.1472.8468.24
HexD9E97370339444944
Octal331351163706311104111104
Binary1101100111101001111001111101100111001100010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E973; }

 p { color: rgb(217,233,115); }

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

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

 a { background-color: rgb(217,233,115); }

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

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

 span { border-color: rgb(217,233,115); }

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