#D1E574

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

Shades of Mindaro #D1E574

Tints of Mindaro #D1E574

Color information

#D1E574 (or 0xD1E574) is unknown color: approx Mindaro. HEX triplet: D1, E5 and 74. RGB value is (209,229,116). Sum of RGB (Red+Green+Blue) = 209+229+116=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E574 is #2E1A8B. Grayscale: #D2D2D2. Windows color (decimal): -3021452 or 7661009. OLE color: 7661009.

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

Color convert

RGB209229116-
CMYK0.0900.490.10
HSL70.62º68.48%67.65%-
HSV(B)70.62º49.34%89.8%-
XYZ57.4770.8527.17-
YUV210.1474.87127.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 229 (89.84% from 255) = 41.34%
BLUE value IS 116 (45.70% from 255) = 20.94%
R=37.73%
G=41.34%
B=20.94%

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
Decimal2092291160.0900.490.1070.6268.4867.65
HexD1E5749031A474444
Octal3213451641106112107104104
Binary11010001111001011110100100101100011010100011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E574; }

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

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

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

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

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

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

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

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