Shades of Mindaro #D9FF58
Tints of Mindaro #D9FF58
RGB
CMYK
RGB Variations
Color information
#D9FF58 (or 0xD9FF58) is known color: Mindaro. HEX triplet: D9, FF and 58. RGB value is (217,255,88). Sum of RGB (Red+Green+Blue) = 217+255+88=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 88 (34.77% from 255 or 15.71% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FF58 is #2600A7. Grayscale: #E1E1E1. Windows color (decimal): -2490536 or 5832665. OLE color: 5832665.
HSL color Cylindrical-coordinate representation of color #D9FF58: hue angle of 73.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9FF58 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 88 | - |
| CMYK | 0.15 | 0 | 0.65 | 0 |
| HSL | 73.65º | 1% | 0.67% | - |
| HSV(B) | 73.65º | 0.65% | 1% | - |
| XYZ | 66.14 | 86.98 | 22.53 | - |
| YUV | 224.6 | 50.91 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 88 | 0.15 | 0 | 0.65 | 0 | 73.65 | 1 | 0.67 |
| Hex | D9 | FF | 58 | F | 0 | 41 | 0 | 4A | 64 | 43 |
| Octal | 331 | 377 | 130 | 17 | 0 | 101 | 0 | 112 | 144 | 103 |
| Binary | 11011001 | 11111111 | 1011000 | 1111 | 0 | 1000001 | 0 | 1001010 | 1100100 | 1000011 |
Color Harmonies of #D9FF58
Complementary color
Monochromatic Colors of #D9FF58
Black with #D9FF58
Text Example
Text Example
White with #D9FF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF58; }
p { color: rgb(217,255,88); }
H1.HeaderClassName
{
color: #D9FF58;
}
.AnyTagClassName
{
color: #D9FF58;
}
</style>
background-color css
<style>
a { background-color: #D9FF58; }
a { background-color: rgb(217,255,88); }
div.DivClassName
{
background-color: #D9FF58;
}
.BgClassName
{
background-color: #D9FF58;
}
</style>
border-color css
<style>
span { border-color: #D9FF58; }
span { border-color: rgb(217,255,88); }
td.TdClassName
{
border-color: #D9FF58;
}
.TagClassName
{
border-color: #D9FF58;
}
</style>