#D1EA75

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

Shades of Mindaro #D1EA75

Tints of Mindaro #D1EA75

Color information

#D1EA75 (or 0xD1EA75) is unknown color: approx Mindaro. HEX triplet: D1, EA and 75. RGB value is (209,234,117). Sum of RGB (Red+Green+Blue) = 209+234+117=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA75 is #2E158A. Grayscale: #D5D5D5. Windows color (decimal): -3020171 or 7727825. OLE color: 7727825.

HSL color Cylindrical-coordinate representation of color #D1EA75: hue angle of 72.82º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1EA75 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB209234117-
CMYK0.1100.50.08
HSL72.82º73.58%68.82%-
HSV(B)72.82º50%91.76%-
XYZ58.9373.6927.95-
YUV213.1973.72125.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 234 (91.80% from 255) = 41.79%
BLUE value IS 117 (46.09% from 255) = 20.89%
R=37.32%
G=41.79%
B=20.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092341170.1100.50.0872.8273.5868.82
HexD1EA75B0328494a45
Octal3213521651306210111112105
Binary11010001111010101110101101101100101000100100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EA75; }

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

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

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

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

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

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

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

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