Shades of Mindaro #D9FF60
Tints of Mindaro #D9FF60
RGB
CMYK
RGB Variations
Color information
#D9FF60 (or 0xD9FF60) is known color: Mindaro. HEX triplet: D9, FF and 60. RGB value is (217,255,96). Sum of RGB (Red+Green+Blue) = 217+255+96=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 96 (37.89% from 255 or 16.90% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF60 is #26009F. Grayscale: #E2E2E2. Windows color (decimal): -2490528 or 6356953. OLE color: 6356953.
HSL color Cylindrical-coordinate representation of color #D9FF60: hue angle of 74.34º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9FF60 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 96 | - |
| CMYK | 0.15 | 0 | 0.62 | 0 |
| HSL | 74.34º | 1% | 0.69% | - |
| HSV(B) | 74.34º | 0.62% | 1% | - |
| XYZ | 66.49 | 87.12 | 24.38 | - |
| YUV | 225.51 | 54.91 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 96 | 0.15 | 0 | 0.62 | 0 | 74.34 | 1 | 0.69 |
| Hex | D9 | FF | 60 | F | 0 | 3E | 0 | 4A | 64 | 45 |
| Octal | 331 | 377 | 140 | 17 | 0 | 76 | 0 | 112 | 144 | 105 |
| Binary | 11011001 | 11111111 | 1100000 | 1111 | 0 | 111110 | 0 | 1001010 | 1100100 | 1000101 |
Color Harmonies of #D9FF60
Complementary color
Monochromatic Colors of #D9FF60
Black with #D9FF60
Text Example
Text Example
White with #D9FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF60; }
p { color: rgb(217,255,96); }
H1.HeaderClassName
{
color: #D9FF60;
}
.AnyTagClassName
{
color: #D9FF60;
}
</style>
background-color css
<style>
a { background-color: #D9FF60; }
a { background-color: rgb(217,255,96); }
div.DivClassName
{
background-color: #D9FF60;
}
.BgClassName
{
background-color: #D9FF60;
}
</style>
border-color css
<style>
span { border-color: #D9FF60; }
span { border-color: rgb(217,255,96); }
td.TdClassName
{
border-color: #D9FF60;
}
.TagClassName
{
border-color: #D9FF60;
}
</style>