Shades of Mindaro #D9FD63
Tints of Mindaro #D9FD63
RGB
CMYK
RGB Variations
Color information
#D9FD63 (or 0xD9FD63) is known color: Mindaro. HEX triplet: D9, FD and 63. RGB value is (217,253,99). Sum of RGB (Red+Green+Blue) = 217+253+99=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 99 (39.06% from 255 or 17.40% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FD63 is #26029C. Grayscale: #E1E1E1. Windows color (decimal): -2491037 or 6553049. OLE color: 6553049.
HSL color Cylindrical-coordinate representation of color #D9FD63: hue angle of 74.03º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9FD63 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 99 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.01 |
| HSL | 74.03º | 0.97% | 0.69% | - |
| HSV(B) | 74.03º | 0.61% | 0.99% | - |
| XYZ | 65.99 | 85.9 | 24.91 | - |
| YUV | 224.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 99 | 0.14 | 0 | 0.61 | 0.01 | 74.03 | 0.97 | 0.69 |
| Hex | D9 | FD | 63 | E | 0 | 3D | 1 | 4A | 61 | 45 |
| Octal | 331 | 375 | 143 | 16 | 0 | 75 | 1 | 112 | 141 | 105 |
| Binary | 11011001 | 11111101 | 1100011 | 1110 | 0 | 111101 | 1 | 1001010 | 1100001 | 1000101 |
Color Harmonies of #D9FD63
Complementary color
Monochromatic Colors of #D9FD63
Black with #D9FD63
Text Example
Text Example
White with #D9FD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FD63; }
p { color: rgb(217,253,99); }
H1.HeaderClassName
{
color: #D9FD63;
}
.AnyTagClassName
{
color: #D9FD63;
}
</style>
background-color css
<style>
a { background-color: #D9FD63; }
a { background-color: rgb(217,253,99); }
div.DivClassName
{
background-color: #D9FD63;
}
.BgClassName
{
background-color: #D9FD63;
}
</style>
border-color css
<style>
span { border-color: #D9FD63; }
span { border-color: rgb(217,253,99); }
td.TdClassName
{
border-color: #D9FD63;
}
.TagClassName
{
border-color: #D9FD63;
}
</style>