Shades of Mindaro #D0FB62
Tints of Mindaro #D0FB62
RGB
CMYK
RGB Variations
Color information
#D0FB62 (or 0xD0FB62) is known color: Mindaro. HEX triplet: D0, FB and 62. RGB value is (208,251,98). Sum of RGB (Red+Green+Blue) = 208+251+98=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB62 is #2F049D. Grayscale: #DDDDDD. Windows color (decimal): -3081374 or 6486992. OLE color: 6486992.
HSL color Cylindrical-coordinate representation of color #D0FB62: hue angle of 76.86º 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 #D0FB62 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 98 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.02 |
| HSL | 76.86º | 0.95% | 0.68% | - |
| HSV(B) | 76.86º | 0.61% | 0.98% | - |
| XYZ | 62.71 | 83.29 | 24.33 | - |
| YUV | 220.7 | 58.75 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 98 | 0.17 | 0 | 0.61 | 0.02 | 76.86 | 0.95 | 0.68 |
| Hex | D0 | FB | 62 | 11 | 0 | 3D | 2 | 4D | 5F | 44 |
| Octal | 320 | 373 | 142 | 21 | 0 | 75 | 2 | 115 | 137 | 104 |
| Binary | 11010000 | 11111011 | 1100010 | 10001 | 0 | 111101 | 10 | 1001101 | 1011111 | 1000100 |
Color Harmonies of #D0FB62
Complementary color
Monochromatic Colors of #D0FB62
Black with #D0FB62
Text Example
Text Example
White with #D0FB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB62; }
p { color: rgb(208,251,98); }
H1.HeaderClassName
{
color: #D0FB62;
}
.AnyTagClassName
{
color: #D0FB62;
}
</style>
background-color css
<style>
a { background-color: #D0FB62; }
a { background-color: rgb(208,251,98); }
div.DivClassName
{
background-color: #D0FB62;
}
.BgClassName
{
background-color: #D0FB62;
}
</style>
border-color css
<style>
span { border-color: #D0FB62; }
span { border-color: rgb(208,251,98); }
td.TdClassName
{
border-color: #D0FB62;
}
.TagClassName
{
border-color: #D0FB62;
}
</style>