Shades of Mindaro #D9FB5C
Tints of Mindaro #D9FB5C
RGB
CMYK
RGB Variations
Color information
#D9FB5C (or 0xD9FB5C) is known color: Mindaro. HEX triplet: D9, FB and 5C. RGB value is (217,251,92). Sum of RGB (Red+Green+Blue) = 217+251+92=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FB5C is #2604A3. Grayscale: #DFDFDF. Windows color (decimal): -2491556 or 6093785. OLE color: 6093785.
HSL color Cylindrical-coordinate representation of color #D9FB5C: hue angle of 72.83º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9FB5C is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 92 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.02 |
| HSL | 72.83º | 0.95% | 0.67% | - |
| HSV(B) | 72.83º | 0.63% | 0.98% | - |
| XYZ | 65.04 | 84.52 | 23.01 | - |
| YUV | 222.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 92 | 0.14 | 0 | 0.63 | 0.02 | 72.83 | 0.95 | 0.67 |
| Hex | D9 | FB | 5C | E | 0 | 3F | 2 | 49 | 5F | 43 |
| Octal | 331 | 373 | 134 | 16 | 0 | 77 | 2 | 111 | 137 | 103 |
| Binary | 11011001 | 11111011 | 1011100 | 1110 | 0 | 111111 | 10 | 1001001 | 1011111 | 1000011 |
Color Harmonies of #D9FB5C
Complementary color
Monochromatic Colors of #D9FB5C
Black with #D9FB5C
Text Example
Text Example
White with #D9FB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB5C; }
p { color: rgb(217,251,92); }
H1.HeaderClassName
{
color: #D9FB5C;
}
.AnyTagClassName
{
color: #D9FB5C;
}
</style>
background-color css
<style>
a { background-color: #D9FB5C; }
a { background-color: rgb(217,251,92); }
div.DivClassName
{
background-color: #D9FB5C;
}
.BgClassName
{
background-color: #D9FB5C;
}
</style>
border-color css
<style>
span { border-color: #D9FB5C; }
span { border-color: rgb(217,251,92); }
td.TdClassName
{
border-color: #D9FB5C;
}
.TagClassName
{
border-color: #D9FB5C;
}
</style>