Shades of Mindaro #D9FC65
Tints of Mindaro #D9FC65
RGB
CMYK
RGB Variations
Color information
#D9FC65 (or 0xD9FC65) is known color: Mindaro. HEX triplet: D9, FC and 65. RGB value is (217,252,101). Sum of RGB (Red+Green+Blue) = 217+252+101=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 101 (39.84% from 255 or 17.72% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FC65 is #26039A. Grayscale: #E0E0E0. Windows color (decimal): -2491291 or 6683865. OLE color: 6683865.
HSL color Cylindrical-coordinate representation of color #D9FC65: hue angle of 73.91º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9FC65 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 101 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.01 |
| HSL | 73.91º | 0.96% | 0.69% | - |
| HSV(B) | 73.91º | 0.6% | 0.99% | - |
| XYZ | 65.77 | 85.31 | 25.31 | - |
| YUV | 224.32 | 58.4 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 101 | 0.14 | 0 | 0.60 | 0.01 | 73.91 | 0.96 | 0.69 |
| Hex | D9 | FC | 65 | E | 0 | 3C | 1 | 4A | 60 | 45 |
| Octal | 331 | 374 | 145 | 16 | 0 | 74 | 1 | 112 | 140 | 105 |
| Binary | 11011001 | 11111100 | 1100101 | 1110 | 0 | 111100 | 1 | 1001010 | 1100000 | 1000101 |
Color Harmonies of #D9FC65
Complementary color
Monochromatic Colors of #D9FC65
Black with #D9FC65
Text Example
Text Example
White with #D9FC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FC65; }
p { color: rgb(217,252,101); }
H1.HeaderClassName
{
color: #D9FC65;
}
.AnyTagClassName
{
color: #D9FC65;
}
</style>
background-color css
<style>
a { background-color: #D9FC65; }
a { background-color: rgb(217,252,101); }
div.DivClassName
{
background-color: #D9FC65;
}
.BgClassName
{
background-color: #D9FC65;
}
</style>
border-color css
<style>
span { border-color: #D9FC65; }
span { border-color: rgb(217,252,101); }
td.TdClassName
{
border-color: #D9FC65;
}
.TagClassName
{
border-color: #D9FC65;
}
</style>