Shades of Mindaro #D9FF71
Tints of Mindaro #D9FF71
RGB
CMYK
RGB Variations
Color information
#D9FF71 (or 0xD9FF71) is known color: Mindaro. HEX triplet: D9, FF and 71. RGB value is (217,255,113). Sum of RGB (Red+Green+Blue) = 217+255+113=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF71 is #26008E. Grayscale: #E3E3E3. Windows color (decimal): -2490511 or 7471065. OLE color: 7471065.
HSL color Cylindrical-coordinate representation of color #D9FF71: hue angle of 76.06º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9FF71 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 113 | - |
| CMYK | 0.15 | 0 | 0.56 | 0 |
| HSL | 76.06º | 1% | 0.72% | - |
| HSV(B) | 76.06º | 0.56% | 1% | - |
| XYZ | 67.36 | 87.46 | 28.95 | - |
| YUV | 227.45 | 63.41 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 113 | 0.15 | 0 | 0.56 | 0 | 76.06 | 1 | 0.72 |
| Hex | D9 | FF | 71 | F | 0 | 38 | 0 | 4C | 64 | 48 |
| Octal | 331 | 377 | 161 | 17 | 0 | 70 | 0 | 114 | 144 | 110 |
| Binary | 11011001 | 11111111 | 1110001 | 1111 | 0 | 111000 | 0 | 1001100 | 1100100 | 1001000 |
Color Harmonies of #D9FF71
Complementary color
Monochromatic Colors of #D9FF71
Black with #D9FF71
Text Example
Text Example
White with #D9FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF71; }
p { color: rgb(217,255,113); }
H1.HeaderClassName
{
color: #D9FF71;
}
.AnyTagClassName
{
color: #D9FF71;
}
</style>
background-color css
<style>
a { background-color: #D9FF71; }
a { background-color: rgb(217,255,113); }
div.DivClassName
{
background-color: #D9FF71;
}
.BgClassName
{
background-color: #D9FF71;
}
</style>
border-color css
<style>
span { border-color: #D9FF71; }
span { border-color: rgb(217,255,113); }
td.TdClassName
{
border-color: #D9FF71;
}
.TagClassName
{
border-color: #D9FF71;
}
</style>