#D1E575

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

Shades of Mindaro #D1E575

Tints of Mindaro #D1E575

Color information

#D1E575 (or 0xD1E575) is unknown color: approx Mindaro. HEX triplet: D1, E5 and 75. RGB value is (209,229,117). Sum of RGB (Red+Green+Blue) = 209+229+117=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E575 is #2E1A8A. Grayscale: #D2D2D2. Windows color (decimal): -3021451 or 7726545. OLE color: 7726545.

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

Color convert

RGB209229117-
CMYK0.0900.490.10
HSL70.71º68.29%67.84%-
HSV(B)70.71º48.91%89.8%-
XYZ57.5270.8827.48-
YUV210.2575.37127.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.66%
GREEN value IS 229 (89.84% from 255) = 41.26%
BLUE value IS 117 (46.09% from 255) = 21.08%
R=37.66%
G=41.26%
B=21.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2092291170.0900.490.1070.7168.2967.84
HexD1E5759031A474444
Octal3213451651106112107104104
Binary11010001111001011110101100101100011010100011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E575; }

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

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

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

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

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

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

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

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