Shades of Mindaro #D9FB7A
Tints of Mindaro #D9FB7A
RGB
CMYK
RGB Variations
Color information
#D9FB7A (or 0xD9FB7A) is known color: Mindaro. HEX triplet: D9, FB and 7A. RGB value is (217,251,122). Sum of RGB (Red+Green+Blue) = 217+251+122=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FB7A is #260485. Grayscale: #E2E2E2. Windows color (decimal): -2491526 or 8059865. OLE color: 8059865.
HSL color Cylindrical-coordinate representation of color #D9FB7A: hue angle of 75.81º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9FB7A is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 122 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.02 |
| HSL | 75.81º | 0.94% | 0.73% | - |
| HSV(B) | 75.81º | 0.51% | 0.98% | - |
| XYZ | 66.63 | 85.15 | 31.34 | - |
| YUV | 226.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 122 | 0.14 | 0 | 0.51 | 0.02 | 75.81 | 0.94 | 0.73 |
| Hex | D9 | FB | 7A | E | 0 | 33 | 2 | 4C | 5E | 49 |
| Octal | 331 | 373 | 172 | 16 | 0 | 63 | 2 | 114 | 136 | 111 |
| Binary | 11011001 | 11111011 | 1111010 | 1110 | 0 | 110011 | 10 | 1001100 | 1011110 | 1001001 |
Color Harmonies of #D9FB7A
Complementary color
Monochromatic Colors of #D9FB7A
Black with #D9FB7A
Text Example
Text Example
White with #D9FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB7A; }
p { color: rgb(217,251,122); }
H1.HeaderClassName
{
color: #D9FB7A;
}
.AnyTagClassName
{
color: #D9FB7A;
}
</style>
background-color css
<style>
a { background-color: #D9FB7A; }
a { background-color: rgb(217,251,122); }
div.DivClassName
{
background-color: #D9FB7A;
}
.BgClassName
{
background-color: #D9FB7A;
}
</style>
border-color css
<style>
span { border-color: #D9FB7A; }
span { border-color: rgb(217,251,122); }
td.TdClassName
{
border-color: #D9FB7A;
}
.TagClassName
{
border-color: #D9FB7A;
}
</style>