Shades of Mindaro #D9FE5B
Tints of Mindaro #D9FE5B
RGB
CMYK
RGB Variations
Color information
#D9FE5B (or 0xD9FE5B) is known color: Mindaro. HEX triplet: D9, FE and 5B. RGB value is (217,254,91). Sum of RGB (Red+Green+Blue) = 217+254+91=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 91 (35.94% from 255 or 16.19% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FE5B is #2601A4. Grayscale: #E0E0E0. Windows color (decimal): -2490789 or 6029017. OLE color: 6029017.
HSL color Cylindrical-coordinate representation of color #D9FE5B: hue angle of 73.62º 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 #D9FE5B is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 91 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.00 |
| HSL | 73.62º | 0.99% | 0.68% | - |
| HSV(B) | 73.62º | 0.64% | 1% | - |
| XYZ | 65.95 | 86.39 | 23.1 | - |
| YUV | 224.36 | 52.74 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 91 | 0.15 | 0 | 0.64 | 0.00 | 73.62 | 0.99 | 0.68 |
| Hex | D9 | FE | 5B | F | 0 | 40 | 0 | 4A | 63 | 44 |
| Octal | 331 | 376 | 133 | 17 | 0 | 100 | 0 | 112 | 143 | 104 |
| Binary | 11011001 | 11111110 | 1011011 | 1111 | 0 | 1000000 | 0 | 1001010 | 1100011 | 1000100 |
Color Harmonies of #D9FE5B
Complementary color
Monochromatic Colors of #D9FE5B
Black with #D9FE5B
Text Example
Text Example
White with #D9FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE5B; }
p { color: rgb(217,254,91); }
H1.HeaderClassName
{
color: #D9FE5B;
}
.AnyTagClassName
{
color: #D9FE5B;
}
</style>
background-color css
<style>
a { background-color: #D9FE5B; }
a { background-color: rgb(217,254,91); }
div.DivClassName
{
background-color: #D9FE5B;
}
.BgClassName
{
background-color: #D9FE5B;
}
</style>
border-color css
<style>
span { border-color: #D9FE5B; }
span { border-color: rgb(217,254,91); }
td.TdClassName
{
border-color: #D9FE5B;
}
.TagClassName
{
border-color: #D9FE5B;
}
</style>