Shades of Mindaro #D9FE60
Tints of Mindaro #D9FE60
RGB
CMYK
RGB Variations
Color information
#D9FE60 (or 0xD9FE60) is known color: Mindaro. HEX triplet: D9, FE and 60. RGB value is (217,254,96). Sum of RGB (Red+Green+Blue) = 217+254+96=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FE60 is #26019F. Grayscale: #E1E1E1. Windows color (decimal): -2490784 or 6356697. OLE color: 6356697.
HSL color Cylindrical-coordinate representation of color #D9FE60: hue angle of 74.05º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9FE60 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 96 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.00 |
| HSL | 74.05º | 0.99% | 0.69% | - |
| HSV(B) | 74.05º | 0.62% | 1% | - |
| XYZ | 66.17 | 86.48 | 24.27 | - |
| YUV | 224.93 | 55.24 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 96 | 0.15 | 0 | 0.62 | 0.00 | 74.05 | 0.99 | 0.69 |
| Hex | D9 | FE | 60 | F | 0 | 3E | 0 | 4A | 63 | 45 |
| Octal | 331 | 376 | 140 | 17 | 0 | 76 | 0 | 112 | 143 | 105 |
| Binary | 11011001 | 11111110 | 1100000 | 1111 | 0 | 111110 | 0 | 1001010 | 1100011 | 1000101 |
Color Harmonies of #D9FE60
Complementary color
Monochromatic Colors of #D9FE60
Black with #D9FE60
Text Example
Text Example
White with #D9FE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE60; }
p { color: rgb(217,254,96); }
H1.HeaderClassName
{
color: #D9FE60;
}
.AnyTagClassName
{
color: #D9FE60;
}
</style>
background-color css
<style>
a { background-color: #D9FE60; }
a { background-color: rgb(217,254,96); }
div.DivClassName
{
background-color: #D9FE60;
}
.BgClassName
{
background-color: #D9FE60;
}
</style>
border-color css
<style>
span { border-color: #D9FE60; }
span { border-color: rgb(217,254,96); }
td.TdClassName
{
border-color: #D9FE60;
}
.TagClassName
{
border-color: #D9FE60;
}
</style>