Shades of Mindaro #D9FE5F
Tints of Mindaro #D9FE5F
RGB
CMYK
RGB Variations
Color information
#D9FE5F (or 0xD9FE5F) is known color: Mindaro. HEX triplet: D9, FE and 5F. RGB value is (217,254,95). Sum of RGB (Red+Green+Blue) = 217+254+95=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FE5F is #2601A0. Grayscale: #E1E1E1. Windows color (decimal): -2490785 or 6291161. OLE color: 6291161.
HSL color Cylindrical-coordinate representation of color #D9FE5F: hue angle of 73.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9FE5F is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 95 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.00 |
| HSL | 73.96º | 0.99% | 0.68% | - |
| HSV(B) | 73.96º | 0.63% | 1% | - |
| XYZ | 66.12 | 86.46 | 24.03 | - |
| YUV | 224.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 95 | 0.15 | 0 | 0.63 | 0.00 | 73.96 | 0.99 | 0.68 |
| Hex | D9 | FE | 5F | F | 0 | 3F | 0 | 4A | 63 | 44 |
| Octal | 331 | 376 | 137 | 17 | 0 | 77 | 0 | 112 | 143 | 104 |
| Binary | 11011001 | 11111110 | 1011111 | 1111 | 0 | 111111 | 0 | 1001010 | 1100011 | 1000100 |
Color Harmonies of #D9FE5F
Complementary color
Monochromatic Colors of #D9FE5F
Black with #D9FE5F
Text Example
Text Example
White with #D9FE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE5F; }
p { color: rgb(217,254,95); }
H1.HeaderClassName
{
color: #D9FE5F;
}
.AnyTagClassName
{
color: #D9FE5F;
}
</style>
background-color css
<style>
a { background-color: #D9FE5F; }
a { background-color: rgb(217,254,95); }
div.DivClassName
{
background-color: #D9FE5F;
}
.BgClassName
{
background-color: #D9FE5F;
}
</style>
border-color css
<style>
span { border-color: #D9FE5F; }
span { border-color: rgb(217,254,95); }
td.TdClassName
{
border-color: #D9FE5F;
}
.TagClassName
{
border-color: #D9FE5F;
}
</style>