Shades of Mindaro #D9FE5C
Tints of Mindaro #D9FE5C
RGB
CMYK
RGB Variations
Color information
#D9FE5C (or 0xD9FE5C) is known color: Mindaro. HEX triplet: D9, FE and 5C. RGB value is (217,254,92). Sum of RGB (Red+Green+Blue) = 217+254+92=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 92 (36.33% from 255 or 16.34% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FE5C is #2601A3. Grayscale: #E1E1E1. Windows color (decimal): -2490788 or 6094553. OLE color: 6094553.
HSL color Cylindrical-coordinate representation of color #D9FE5C: hue angle of 73.7º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9FE5C is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 92 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.00 |
| HSL | 73.7º | 0.99% | 0.68% | - |
| HSV(B) | 73.7º | 0.64% | 1% | - |
| XYZ | 65.99 | 86.41 | 23.33 | - |
| YUV | 224.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 92 | 0.15 | 0 | 0.64 | 0.00 | 73.7 | 0.99 | 0.68 |
| Hex | D9 | FE | 5C | F | 0 | 40 | 0 | 4A | 63 | 44 |
| Octal | 331 | 376 | 134 | 17 | 0 | 100 | 0 | 112 | 143 | 104 |
| Binary | 11011001 | 11111110 | 1011100 | 1111 | 0 | 1000000 | 0 | 1001010 | 1100011 | 1000100 |
Color Harmonies of #D9FE5C
Complementary color
Monochromatic Colors of #D9FE5C
Black with #D9FE5C
Text Example
Text Example
White with #D9FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE5C; }
p { color: rgb(217,254,92); }
H1.HeaderClassName
{
color: #D9FE5C;
}
.AnyTagClassName
{
color: #D9FE5C;
}
</style>
background-color css
<style>
a { background-color: #D9FE5C; }
a { background-color: rgb(217,254,92); }
div.DivClassName
{
background-color: #D9FE5C;
}
.BgClassName
{
background-color: #D9FE5C;
}
</style>
border-color css
<style>
span { border-color: #D9FE5C; }
span { border-color: rgb(217,254,92); }
td.TdClassName
{
border-color: #D9FE5C;
}
.TagClassName
{
border-color: #D9FE5C;
}
</style>