#D1E571

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

Shades of Mindaro #D1E571

Tints of Mindaro #D1E571

Color information

#D1E571 (or 0xD1E571) is unknown color: approx Mindaro. HEX triplet: D1, E5 and 71. RGB value is (209,229,113). Sum of RGB (Red+Green+Blue) = 209+229+113=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E571 is #2E1A8E. Grayscale: #D2D2D2. Windows color (decimal): -3021455 or 7464401. OLE color: 7464401.

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

Color convert

RGB209229113-
CMYK0.0900.510.10
HSL70.34º69.05%67.06%-
HSV(B)70.34º50.66%89.8%-
XYZ57.2970.7926.27-
YUV209.873.37127.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 229 (89.84% from 255) = 41.56%
BLUE value IS 113 (44.53% from 255) = 20.51%
R=37.93%
G=41.56%
B=20.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2092291130.0900.510.1070.3469.0567.06
HexD1E5719033A464543
Octal3213451611106312106105103
Binary11010001111001011110001100101100111010100011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E571; }

 p { color: rgb(209,229,113); }

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

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

 a { background-color: rgb(209,229,113); }

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

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

 span { border-color: rgb(209,229,113); }

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