Shades of Mindaro #D4FB51
Tints of Mindaro #D4FB51
RGB
CMYK
RGB Variations
Color information
#D4FB51 (or 0xD4FB51) is known color: Mindaro. HEX triplet: D4, FB and 51. RGB value is (212,251,81). Sum of RGB (Red+Green+Blue) = 212+251+81=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 81 (32.03% from 255 or 14.89% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB51 is #2B04AE. Grayscale: #DCDCDC. Windows color (decimal): -2819247 or 5372884. OLE color: 5372884.
HSL color Cylindrical-coordinate representation of color #D4FB51: hue angle of 73.76º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4FB51 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 81 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.02 |
| HSL | 73.76º | 0.96% | 0.65% | - |
| HSV(B) | 73.76º | 0.68% | 0.98% | - |
| XYZ | 63.13 | 83.59 | 20.59 | - |
| YUV | 219.96 | 49.58 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 81 | 0.16 | 0 | 0.68 | 0.02 | 73.76 | 0.96 | 0.65 |
| Hex | D4 | FB | 51 | 10 | 0 | 44 | 2 | 4A | 60 | 41 |
| Octal | 324 | 373 | 121 | 20 | 0 | 104 | 2 | 112 | 140 | 101 |
| Binary | 11010100 | 11111011 | 1010001 | 10000 | 0 | 1000100 | 10 | 1001010 | 1100000 | 1000001 |
Color Harmonies of #D4FB51
Complementary color
Monochromatic Colors of #D4FB51
Black with #D4FB51
Text Example
Text Example
White with #D4FB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB51; }
p { color: rgb(212,251,81); }
H1.HeaderClassName
{
color: #D4FB51;
}
.AnyTagClassName
{
color: #D4FB51;
}
</style>
background-color css
<style>
a { background-color: #D4FB51; }
a { background-color: rgb(212,251,81); }
div.DivClassName
{
background-color: #D4FB51;
}
.BgClassName
{
background-color: #D4FB51;
}
</style>
border-color css
<style>
span { border-color: #D4FB51; }
span { border-color: rgb(212,251,81); }
td.TdClassName
{
border-color: #D4FB51;
}
.TagClassName
{
border-color: #D4FB51;
}
</style>