Shades of Mindaro #D4FE5B
Tints of Mindaro #D4FE5B
RGB
CMYK
RGB Variations
Color information
#D4FE5B (or 0xD4FE5B) is known color: Mindaro. HEX triplet: D4, FE and 5B. RGB value is (212,254,91). Sum of RGB (Red+Green+Blue) = 212+254+91=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 91 (35.94% from 255 or 16.34% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FE5B is #2B01A4. Grayscale: #DFDFDF. Windows color (decimal): -2818469 or 6029012. OLE color: 6029012.
HSL color Cylindrical-coordinate representation of color #D4FE5B: hue angle of 75.46º 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 #D4FE5B is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 91 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.00 |
| HSL | 75.46º | 0.99% | 0.68% | - |
| HSV(B) | 75.46º | 0.64% | 1% | - |
| XYZ | 64.48 | 85.64 | 23.03 | - |
| YUV | 222.86 | 53.59 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 91 | 0.17 | 0 | 0.64 | 0.00 | 75.46 | 0.99 | 0.68 |
| Hex | D4 | FE | 5B | 11 | 0 | 40 | 0 | 4B | 63 | 44 |
| Octal | 324 | 376 | 133 | 21 | 0 | 100 | 0 | 113 | 143 | 104 |
| Binary | 11010100 | 11111110 | 1011011 | 10001 | 0 | 1000000 | 0 | 1001011 | 1100011 | 1000100 |
Color Harmonies of #D4FE5B
Complementary color
Monochromatic Colors of #D4FE5B
Black with #D4FE5B
Text Example
Text Example
White with #D4FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE5B; }
p { color: rgb(212,254,91); }
H1.HeaderClassName
{
color: #D4FE5B;
}
.AnyTagClassName
{
color: #D4FE5B;
}
</style>
background-color css
<style>
a { background-color: #D4FE5B; }
a { background-color: rgb(212,254,91); }
div.DivClassName
{
background-color: #D4FE5B;
}
.BgClassName
{
background-color: #D4FE5B;
}
</style>
border-color css
<style>
span { border-color: #D4FE5B; }
span { border-color: rgb(212,254,91); }
td.TdClassName
{
border-color: #D4FE5B;
}
.TagClassName
{
border-color: #D4FE5B;
}
</style>