Shades of Mindaro #D9FC58
Tints of Mindaro #D9FC58
RGB
CMYK
RGB Variations
Color information
#D9FC58 (or 0xD9FC58) is known color: Mindaro. HEX triplet: D9, FC and 58. RGB value is (217,252,88). Sum of RGB (Red+Green+Blue) = 217+252+88=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 88 (34.77% from 255 or 15.80% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FC58 is #2603A7. Grayscale: #DFDFDF. Windows color (decimal): -2491304 or 5831897. OLE color: 5831897.
HSL color Cylindrical-coordinate representation of color #D9FC58: hue angle of 72.8º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9FC58 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 88 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.01 |
| HSL | 72.8º | 0.96% | 0.67% | - |
| HSV(B) | 72.8º | 0.65% | 0.99% | - |
| XYZ | 65.19 | 85.08 | 22.22 | - |
| YUV | 222.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 88 | 0.14 | 0 | 0.65 | 0.01 | 72.8 | 0.96 | 0.67 |
| Hex | D9 | FC | 58 | E | 0 | 41 | 1 | 49 | 60 | 43 |
| Octal | 331 | 374 | 130 | 16 | 0 | 101 | 1 | 111 | 140 | 103 |
| Binary | 11011001 | 11111100 | 1011000 | 1110 | 0 | 1000001 | 1 | 1001001 | 1100000 | 1000011 |
Color Harmonies of #D9FC58
Complementary color
Monochromatic Colors of #D9FC58
Black with #D9FC58
Text Example
Text Example
White with #D9FC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FC58; }
p { color: rgb(217,252,88); }
H1.HeaderClassName
{
color: #D9FC58;
}
.AnyTagClassName
{
color: #D9FC58;
}
</style>
background-color css
<style>
a { background-color: #D9FC58; }
a { background-color: rgb(217,252,88); }
div.DivClassName
{
background-color: #D9FC58;
}
.BgClassName
{
background-color: #D9FC58;
}
</style>
border-color css
<style>
span { border-color: #D9FC58; }
span { border-color: rgb(217,252,88); }
td.TdClassName
{
border-color: #D9FC58;
}
.TagClassName
{
border-color: #D9FC58;
}
</style>