Shades of Mindaro #D9FD5E
Tints of Mindaro #D9FD5E
RGB
CMYK
RGB Variations
Color information
#D9FD5E (or 0xD9FD5E) is known color: Mindaro. HEX triplet: D9, FD and 5E. RGB value is (217,253,94). Sum of RGB (Red+Green+Blue) = 217+253+94=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 94 (37.11% from 255 or 16.67% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FD5E is #2602A1. Grayscale: #E0E0E0. Windows color (decimal): -2491042 or 6225369. OLE color: 6225369.
HSL color Cylindrical-coordinate representation of color #D9FD5E: hue angle of 73.58º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9FD5E is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 94 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.01 |
| HSL | 73.58º | 0.98% | 0.68% | - |
| HSV(B) | 73.58º | 0.63% | 0.99% | - |
| XYZ | 65.76 | 85.81 | 23.69 | - |
| YUV | 224.11 | 54.57 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 94 | 0.14 | 0 | 0.63 | 0.01 | 73.58 | 0.98 | 0.68 |
| Hex | D9 | FD | 5E | E | 0 | 3F | 1 | 4A | 62 | 44 |
| Octal | 331 | 375 | 136 | 16 | 0 | 77 | 1 | 112 | 142 | 104 |
| Binary | 11011001 | 11111101 | 1011110 | 1110 | 0 | 111111 | 1 | 1001010 | 1100010 | 1000100 |
Color Harmonies of #D9FD5E
Complementary color
Monochromatic Colors of #D9FD5E
Black with #D9FD5E
Text Example
Text Example
White with #D9FD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FD5E; }
p { color: rgb(217,253,94); }
H1.HeaderClassName
{
color: #D9FD5E;
}
.AnyTagClassName
{
color: #D9FD5E;
}
</style>
background-color css
<style>
a { background-color: #D9FD5E; }
a { background-color: rgb(217,253,94); }
div.DivClassName
{
background-color: #D9FD5E;
}
.BgClassName
{
background-color: #D9FD5E;
}
</style>
border-color css
<style>
span { border-color: #D9FD5E; }
span { border-color: rgb(217,253,94); }
td.TdClassName
{
border-color: #D9FD5E;
}
.TagClassName
{
border-color: #D9FD5E;
}
</style>