#d2e973

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

Shades of Mindaro #D2E973

Tints of Mindaro #D2E973

Color information

#D2E973 (or 0xD2E973) is unknown color: approx Mindaro. HEX triplet: D2, E9 and 73. RGB value is (210,233,115). Sum of RGB (Red+Green+Blue) = 210+233+115=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E973 is #2D168C. Grayscale: #D5D5D5. Windows color (decimal): -2954893 or 7596498. OLE color: 7596498.

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

Color convert

RGB210233115-
CMYK0.1000.510.09
HSL71.69º72.84%68.24%-
HSV(B)71.69º50.64%91.37%-
XYZ58.8173.2227.25-
YUV212.6772.88126.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.63%
GREEN value IS 233 (91.41% from 255) = 41.76%
BLUE value IS 115 (45.31% from 255) = 20.61%
R=37.63%
G=41.76%
B=20.61%

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
Decimal2102331150.1000.510.0971.6972.8468.24
HexD2E973A0339484944
Octal3223511631206311110111104
Binary11010010111010011110011101001100111001100100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2e973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2e973; }

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

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

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

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

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

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

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

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