#D9E373

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

Shades of Mindaro #D9E373

Tints of Mindaro #D9E373

Color information

#D9E373 (or 0xD9E373) is unknown color: approx Mindaro. HEX triplet: D9, E3 and 73. RGB value is (217,227,115). Sum of RGB (Red+Green+Blue) = 217+227+115=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E373 is #261C8C. Grayscale: #D3D3D3. Windows color (decimal): -2497677 or 7594969. OLE color: 7594969.

HSL color Cylindrical-coordinate representation of color #D9E373: hue angle of 65.36º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9E373 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB217227115-
CMYK0.0400.490.11
HSL65.36º66.67%67.06%-
HSV(B)65.36º49.34%89.02%-
XYZ59.1870.9326.79-
YUV211.2473.69132.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 227 (89.06% from 255) = 40.61%
BLUE value IS 115 (45.31% from 255) = 20.57%
R=38.82%
G=40.61%
B=20.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172271150.0400.490.1165.3666.6767.06
HexD9E3734031B414343
Octal331343163406113101103103
Binary1101100111100011111001110001100011011100000110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E373; }

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

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

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

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

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

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

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

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