Shades of Mindaro #D0FB63
Tints of Mindaro #D0FB63
RGB
CMYK
RGB Variations
Color information
#D0FB63 (or 0xD0FB63) is known color: Mindaro. HEX triplet: D0, FB and 63. RGB value is (208,251,99). Sum of RGB (Red+Green+Blue) = 208+251+99=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 99 (39.06% from 255 or 17.74% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB63 is #2F049C. Grayscale: #DDDDDD. Windows color (decimal): -3081373 or 6552528. OLE color: 6552528.
HSL color Cylindrical-coordinate representation of color #D0FB63: hue angle of 76.97º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0FB63 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 99 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.02 |
| HSL | 76.97º | 0.95% | 0.69% | - |
| HSV(B) | 76.97º | 0.61% | 0.98% | - |
| XYZ | 62.76 | 83.31 | 24.58 | - |
| YUV | 220.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 99 | 0.17 | 0 | 0.61 | 0.02 | 76.97 | 0.95 | 0.69 |
| Hex | D0 | FB | 63 | 11 | 0 | 3D | 2 | 4D | 5F | 45 |
| Octal | 320 | 373 | 143 | 21 | 0 | 75 | 2 | 115 | 137 | 105 |
| Binary | 11010000 | 11111011 | 1100011 | 10001 | 0 | 111101 | 10 | 1001101 | 1011111 | 1000101 |
Color Harmonies of #D0FB63
Complementary color
Monochromatic Colors of #D0FB63
Black with #D0FB63
Text Example
Text Example
White with #D0FB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB63; }
p { color: rgb(208,251,99); }
H1.HeaderClassName
{
color: #D0FB63;
}
.AnyTagClassName
{
color: #D0FB63;
}
</style>
background-color css
<style>
a { background-color: #D0FB63; }
a { background-color: rgb(208,251,99); }
div.DivClassName
{
background-color: #D0FB63;
}
.BgClassName
{
background-color: #D0FB63;
}
</style>
border-color css
<style>
span { border-color: #D0FB63; }
span { border-color: rgb(208,251,99); }
td.TdClassName
{
border-color: #D0FB63;
}
.TagClassName
{
border-color: #D0FB63;
}
</style>