Shades of Mindaro #D9FB7D
Tints of Mindaro #D9FB7D
RGB
CMYK
RGB Variations
Color information
#D9FB7D (or 0xD9FB7D) is known color: Mindaro. HEX triplet: D9, FB and 7D. RGB value is (217,251,125). Sum of RGB (Red+Green+Blue) = 217+251+125=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FB7D is #260482. Grayscale: #E2E2E2. Windows color (decimal): -2491523 or 8256473. OLE color: 8256473.
HSL color Cylindrical-coordinate representation of color #D9FB7D: hue angle of 76.19º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9FB7D is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 125 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.02 |
| HSL | 76.19º | 0.94% | 0.74% | - |
| HSV(B) | 76.19º | 0.5% | 0.98% | - |
| XYZ | 66.81 | 85.23 | 32.33 | - |
| YUV | 226.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 125 | 0.14 | 0 | 0.50 | 0.02 | 76.19 | 0.94 | 0.74 |
| Hex | D9 | FB | 7D | E | 0 | 32 | 2 | 4C | 5E | 4A |
| Octal | 331 | 373 | 175 | 16 | 0 | 62 | 2 | 114 | 136 | 112 |
| Binary | 11011001 | 11111011 | 1111101 | 1110 | 0 | 110010 | 10 | 1001100 | 1011110 | 1001010 |
Color Harmonies of #D9FB7D
Complementary color
Monochromatic Colors of #D9FB7D
Black with #D9FB7D
Text Example
Text Example
White with #D9FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB7D; }
p { color: rgb(217,251,125); }
H1.HeaderClassName
{
color: #D9FB7D;
}
.AnyTagClassName
{
color: #D9FB7D;
}
</style>
background-color css
<style>
a { background-color: #D9FB7D; }
a { background-color: rgb(217,251,125); }
div.DivClassName
{
background-color: #D9FB7D;
}
.BgClassName
{
background-color: #D9FB7D;
}
</style>
border-color css
<style>
span { border-color: #D9FB7D; }
span { border-color: rgb(217,251,125); }
td.TdClassName
{
border-color: #D9FB7D;
}
.TagClassName
{
border-color: #D9FB7D;
}
</style>