#d1e973

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

Shades of Mindaro #D1E973

Tints of Mindaro #D1E973

Color information

#D1E973 (or 0xD1E973) is unknown color: approx Mindaro. HEX triplet: D1, E9 and 73. RGB value is (209,233,115). Sum of RGB (Red+Green+Blue) = 209+233+115=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E973 is #2E168C. Grayscale: #D4D4D4. Windows color (decimal): -3020429 or 7596497. OLE color: 7596497.

HSL color Cylindrical-coordinate representation of color #D1E973: hue angle of 72.2º 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 #D1E973 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB209233115-
CMYK0.1000.510.09
HSL72.2º72.84%68.24%-
HSV(B)72.2º50.64%91.37%-
XYZ58.5373.0727.24-
YUV212.3773.05125.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 233 (91.41% from 255) = 41.83%
BLUE value IS 115 (45.31% from 255) = 20.65%
R=37.52%
G=41.83%
B=20.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092331150.1000.510.0972.272.8468.24
HexD1E973A0339484944
Octal3213511631206311110111104
Binary11010001111010011110011101001100111001100100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1e973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1e973; }

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

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

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

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

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

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

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

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