Shades of Mindaro #D1FB51
Tints of Mindaro #D1FB51
RGB
CMYK
RGB Variations
Color information
#D1FB51 (or 0xD1FB51) is known color: Mindaro. HEX triplet: D1, FB and 51. RGB value is (209,251,81). Sum of RGB (Red+Green+Blue) = 209+251+81=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 81 (32.03% from 255 or 14.97% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB51 is #2E04AE. Grayscale: #DBDBDB. Windows color (decimal): -3015855 or 5372881. OLE color: 5372881.
HSL color Cylindrical-coordinate representation of color #D1FB51: hue angle of 74.82º 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 #D1FB51 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 81 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.02 |
| HSL | 74.82º | 0.96% | 0.65% | - |
| HSV(B) | 74.82º | 0.68% | 0.98% | - |
| XYZ | 62.28 | 83.14 | 20.55 | - |
| YUV | 219.06 | 50.09 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 81 | 0.17 | 0 | 0.68 | 0.02 | 74.82 | 0.96 | 0.65 |
| Hex | D1 | FB | 51 | 11 | 0 | 44 | 2 | 4B | 60 | 41 |
| Octal | 321 | 373 | 121 | 21 | 0 | 104 | 2 | 113 | 140 | 101 |
| Binary | 11010001 | 11111011 | 1010001 | 10001 | 0 | 1000100 | 10 | 1001011 | 1100000 | 1000001 |
Color Harmonies of #D1FB51
Complementary color
Monochromatic Colors of #D1FB51
Black with #D1FB51
Text Example
Text Example
White with #D1FB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB51; }
p { color: rgb(209,251,81); }
H1.HeaderClassName
{
color: #D1FB51;
}
.AnyTagClassName
{
color: #D1FB51;
}
</style>
background-color css
<style>
a { background-color: #D1FB51; }
a { background-color: rgb(209,251,81); }
div.DivClassName
{
background-color: #D1FB51;
}
.BgClassName
{
background-color: #D1FB51;
}
</style>
border-color css
<style>
span { border-color: #D1FB51; }
span { border-color: rgb(209,251,81); }
td.TdClassName
{
border-color: #D1FB51;
}
.TagClassName
{
border-color: #D1FB51;
}
</style>