Shades of Mindaro #D1EB78
Tints of Mindaro #D1EB78
RGB
CMYK
RGB Variations
Color information
#D1EB78 (or 0xD1EB78) is known color: Mindaro. HEX triplet: D1, EB and 78. RGB value is (209,235,120). Sum of RGB (Red+Green+Blue) = 209+235+120=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB78 is #2E1487. Grayscale: #D6D6D6. Windows color (decimal): -3019912 or 7924689. OLE color: 7924689.
HSL color Cylindrical-coordinate representation of color #D1EB78: hue angle of 73.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1EB78 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 120 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.08 |
| HSL | 73.57º | 0.74% | 0.7% | - |
| HSV(B) | 73.57º | 0.49% | 0.92% | - |
| XYZ | 59.39 | 74.33 | 28.99 | - |
| YUV | 214.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 120 | 0.11 | 0 | 0.49 | 0.08 | 73.57 | 0.74 | 0.7 |
| Hex | D1 | EB | 78 | B | 0 | 31 | 8 | 4A | 4A | 46 |
| Octal | 321 | 353 | 170 | 13 | 0 | 61 | 10 | 112 | 112 | 106 |
| Binary | 11010001 | 11101011 | 1111000 | 1011 | 0 | 110001 | 1000 | 1001010 | 1001010 | 1000110 |
Color Harmonies of #D1EB78
Complementary color
Monochromatic Colors of #D1EB78
Black with #D1EB78
Text Example
Text Example
White with #D1EB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB78; }
p { color: rgb(209,235,120); }
H1.HeaderClassName
{
color: #D1EB78;
}
.AnyTagClassName
{
color: #D1EB78;
}
</style>
background-color css
<style>
a { background-color: #D1EB78; }
a { background-color: rgb(209,235,120); }
div.DivClassName
{
background-color: #D1EB78;
}
.BgClassName
{
background-color: #D1EB78;
}
</style>
border-color css
<style>
span { border-color: #D1EB78; }
span { border-color: rgb(209,235,120); }
td.TdClassName
{
border-color: #D1EB78;
}
.TagClassName
{
border-color: #D1EB78;
}
</style>