Shades of Mindaro #D9FB74
Tints of Mindaro #D9FB74
RGB
CMYK
RGB Variations
Color information
#D9FB74 (or 0xD9FB74) is known color: Mindaro. HEX triplet: D9, FB and 74. RGB value is (217,251,116). Sum of RGB (Red+Green+Blue) = 217+251+116=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FB74 is #26048B. Grayscale: #E1E1E1. Windows color (decimal): -2491532 or 7666649. OLE color: 7666649.
HSL color Cylindrical-coordinate representation of color #D9FB74: hue angle of 75.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9FB74 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 116 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.02 |
| HSL | 75.11º | 0.94% | 0.72% | - |
| HSV(B) | 75.11º | 0.54% | 0.98% | - |
| XYZ | 66.26 | 85.01 | 29.44 | - |
| YUV | 225.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 116 | 0.14 | 0 | 0.54 | 0.02 | 75.11 | 0.94 | 0.72 |
| Hex | D9 | FB | 74 | E | 0 | 36 | 2 | 4B | 5E | 48 |
| Octal | 331 | 373 | 164 | 16 | 0 | 66 | 2 | 113 | 136 | 110 |
| Binary | 11011001 | 11111011 | 1110100 | 1110 | 0 | 110110 | 10 | 1001011 | 1011110 | 1001000 |
Color Harmonies of #D9FB74
Complementary color
Monochromatic Colors of #D9FB74
Black with #D9FB74
Text Example
Text Example
White with #D9FB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB74; }
p { color: rgb(217,251,116); }
H1.HeaderClassName
{
color: #D9FB74;
}
.AnyTagClassName
{
color: #D9FB74;
}
</style>
background-color css
<style>
a { background-color: #D9FB74; }
a { background-color: rgb(217,251,116); }
div.DivClassName
{
background-color: #D9FB74;
}
.BgClassName
{
background-color: #D9FB74;
}
</style>
border-color css
<style>
span { border-color: #D9FB74; }
span { border-color: rgb(217,251,116); }
td.TdClassName
{
border-color: #D9FB74;
}
.TagClassName
{
border-color: #D9FB74;
}
</style>