Shades of Mindaro #D1FB60
Tints of Mindaro #D1FB60
RGB
CMYK
RGB Variations
Color information
#D1FB60 (or 0xD1FB60) is known color: Mindaro. HEX triplet: D1, FB and 60. RGB value is (209,251,96). Sum of RGB (Red+Green+Blue) = 209+251+96=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB60 is #2E049F. Grayscale: #DDDDDD. Windows color (decimal): -3015840 or 6355921. OLE color: 6355921.
HSL color Cylindrical-coordinate representation of color #D1FB60: hue angle of 76.26º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1FB60 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 96 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.02 |
| HSL | 76.26º | 0.95% | 0.68% | - |
| HSV(B) | 76.26º | 0.62% | 0.98% | - |
| XYZ | 62.9 | 83.39 | 23.85 | - |
| YUV | 220.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 96 | 0.17 | 0 | 0.62 | 0.02 | 76.26 | 0.95 | 0.68 |
| Hex | D1 | FB | 60 | 11 | 0 | 3E | 2 | 4C | 5F | 44 |
| Octal | 321 | 373 | 140 | 21 | 0 | 76 | 2 | 114 | 137 | 104 |
| Binary | 11010001 | 11111011 | 1100000 | 10001 | 0 | 111110 | 10 | 1001100 | 1011111 | 1000100 |
Color Harmonies of #D1FB60
Complementary color
Monochromatic Colors of #D1FB60
Black with #D1FB60
Text Example
Text Example
White with #D1FB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB60; }
p { color: rgb(209,251,96); }
H1.HeaderClassName
{
color: #D1FB60;
}
.AnyTagClassName
{
color: #D1FB60;
}
</style>
background-color css
<style>
a { background-color: #D1FB60; }
a { background-color: rgb(209,251,96); }
div.DivClassName
{
background-color: #D1FB60;
}
.BgClassName
{
background-color: #D1FB60;
}
</style>
border-color css
<style>
span { border-color: #D1FB60; }
span { border-color: rgb(209,251,96); }
td.TdClassName
{
border-color: #D1FB60;
}
.TagClassName
{
border-color: #D1FB60;
}
</style>