Shades of Mindaro #D9FD55
Tints of Mindaro #D9FD55
RGB
CMYK
RGB Variations
Color information
#D9FD55 (or 0xD9FD55) is known color: Mindaro. HEX triplet: D9, FD and 55. RGB value is (217,253,85). Sum of RGB (Red+Green+Blue) = 217+253+85=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FD55 is #2602AA. Grayscale: #DFDFDF. Windows color (decimal): -2491051 or 5635545. OLE color: 5635545.
HSL color Cylindrical-coordinate representation of color #D9FD55: hue angle of 72.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9FD55 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 85 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.01 |
| HSL | 72.86º | 0.98% | 0.66% | - |
| HSV(B) | 72.86º | 0.66% | 0.99% | - |
| XYZ | 65.38 | 85.66 | 21.68 | - |
| YUV | 223.08 | 50.07 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 85 | 0.14 | 0 | 0.66 | 0.01 | 72.86 | 0.98 | 0.66 |
| Hex | D9 | FD | 55 | E | 0 | 42 | 1 | 49 | 62 | 42 |
| Octal | 331 | 375 | 125 | 16 | 0 | 102 | 1 | 111 | 142 | 102 |
| Binary | 11011001 | 11111101 | 1010101 | 1110 | 0 | 1000010 | 1 | 1001001 | 1100010 | 1000010 |
Color Harmonies of #D9FD55
Complementary color
Monochromatic Colors of #D9FD55
Black with #D9FD55
Text Example
Text Example
White with #D9FD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FD55; }
p { color: rgb(217,253,85); }
H1.HeaderClassName
{
color: #D9FD55;
}
.AnyTagClassName
{
color: #D9FD55;
}
</style>
background-color css
<style>
a { background-color: #D9FD55; }
a { background-color: rgb(217,253,85); }
div.DivClassName
{
background-color: #D9FD55;
}
.BgClassName
{
background-color: #D9FD55;
}
</style>
border-color css
<style>
span { border-color: #D9FD55; }
span { border-color: rgb(217,253,85); }
td.TdClassName
{
border-color: #D9FD55;
}
.TagClassName
{
border-color: #D9FD55;
}
</style>