Shades of Mindaro #D1FB62
Tints of Mindaro #D1FB62
RGB
CMYK
RGB Variations
Color information
#D1FB62 (or 0xD1FB62) is known color: Mindaro. HEX triplet: D1, FB and 62. RGB value is (209,251,98). Sum of RGB (Red+Green+Blue) = 209+251+98=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 98 (38.67% from 255 or 17.56% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB62 is #2E049D. Grayscale: #DDDDDD. Windows color (decimal): -3015838 or 6486993. OLE color: 6486993.
HSL color Cylindrical-coordinate representation of color #D1FB62: hue angle of 76.47º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1FB62 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 98 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.02 |
| HSL | 76.47º | 0.95% | 0.68% | - |
| HSV(B) | 76.47º | 0.61% | 0.98% | - |
| XYZ | 63 | 83.43 | 24.34 | - |
| YUV | 221 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 98 | 0.17 | 0 | 0.61 | 0.02 | 76.47 | 0.95 | 0.68 |
| Hex | D1 | FB | 62 | 11 | 0 | 3D | 2 | 4C | 5F | 44 |
| Octal | 321 | 373 | 142 | 21 | 0 | 75 | 2 | 114 | 137 | 104 |
| Binary | 11010001 | 11111011 | 1100010 | 10001 | 0 | 111101 | 10 | 1001100 | 1011111 | 1000100 |
Color Harmonies of #D1FB62
Complementary color
Monochromatic Colors of #D1FB62
Black with #D1FB62
Text Example
Text Example
White with #D1FB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB62; }
p { color: rgb(209,251,98); }
H1.HeaderClassName
{
color: #D1FB62;
}
.AnyTagClassName
{
color: #D1FB62;
}
</style>
background-color css
<style>
a { background-color: #D1FB62; }
a { background-color: rgb(209,251,98); }
div.DivClassName
{
background-color: #D1FB62;
}
.BgClassName
{
background-color: #D1FB62;
}
</style>
border-color css
<style>
span { border-color: #D1FB62; }
span { border-color: rgb(209,251,98); }
td.TdClassName
{
border-color: #D1FB62;
}
.TagClassName
{
border-color: #D1FB62;
}
</style>