#D2E573

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

Shades of Mindaro #D2E573

Tints of Mindaro #D2E573

Color information

#D2E573 (or 0xD2E573) is unknown color: approx Mindaro. HEX triplet: D2, E5 and 73. RGB value is (210,229,115). Sum of RGB (Red+Green+Blue) = 210+229+115=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E573 is #2D1A8C. Grayscale: #D2D2D2. Windows color (decimal): -2955917 or 7595474. OLE color: 7595474.

HSL color Cylindrical-coordinate representation of color #D2E573: hue angle of 70º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2E573 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB210229115-
CMYK0.0800.500.10
HSL70º68.67%67.45%-
HSV(B)70º49.78%89.8%-
XYZ57.6970.9826.88-
YUV210.3274.21127.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.91%
GREEN value IS 229 (89.84% from 255) = 41.34%
BLUE value IS 115 (45.31% from 255) = 20.76%
R=37.91%
G=41.34%
B=20.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102291150.0800.500.107068.6767.45
HexD2E5738032A464543
Octal3223451631006212106105103
Binary11010010111001011110011100001100101010100011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E573; }

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

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

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

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

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

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

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

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