Shades of Mindaro #D9FD5C
Tints of Mindaro #D9FD5C
RGB
CMYK
RGB Variations
Color information
#D9FD5C (or 0xD9FD5C) is known color: Mindaro. HEX triplet: D9, FD and 5C. RGB value is (217,253,92). Sum of RGB (Red+Green+Blue) = 217+253+92=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FD5C is #2602A3. Grayscale: #E0E0E0. Windows color (decimal): -2491044 or 6094297. OLE color: 6094297.
HSL color Cylindrical-coordinate representation of color #D9FD5C: hue angle of 73.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9FD5C is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 92 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.01 |
| HSL | 73.42º | 0.98% | 0.68% | - |
| HSV(B) | 73.42º | 0.64% | 0.99% | - |
| XYZ | 65.67 | 85.77 | 23.22 | - |
| YUV | 223.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 92 | 0.14 | 0 | 0.64 | 0.01 | 73.42 | 0.98 | 0.68 |
| Hex | D9 | FD | 5C | E | 0 | 40 | 1 | 49 | 62 | 44 |
| Octal | 331 | 375 | 134 | 16 | 0 | 100 | 1 | 111 | 142 | 104 |
| Binary | 11011001 | 11111101 | 1011100 | 1110 | 0 | 1000000 | 1 | 1001001 | 1100010 | 1000100 |
Color Harmonies of #D9FD5C
Complementary color
Monochromatic Colors of #D9FD5C
Black with #D9FD5C
Text Example
Text Example
White with #D9FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FD5C; }
p { color: rgb(217,253,92); }
H1.HeaderClassName
{
color: #D9FD5C;
}
.AnyTagClassName
{
color: #D9FD5C;
}
</style>
background-color css
<style>
a { background-color: #D9FD5C; }
a { background-color: rgb(217,253,92); }
div.DivClassName
{
background-color: #D9FD5C;
}
.BgClassName
{
background-color: #D9FD5C;
}
</style>
border-color css
<style>
span { border-color: #D9FD5C; }
span { border-color: rgb(217,253,92); }
td.TdClassName
{
border-color: #D9FD5C;
}
.TagClassName
{
border-color: #D9FD5C;
}
</style>