Shades of Mindaro #D0FB64
Tints of Mindaro #D0FB64
RGB
CMYK
RGB Variations
Color information
#D0FB64 (or 0xD0FB64) is known color: Mindaro. HEX triplet: D0, FB and 64. RGB value is (208,251,100). Sum of RGB (Red+Green+Blue) = 208+251+100=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB64 is #2F049B. Grayscale: #DDDDDD. Windows color (decimal): -3081372 or 6618064. OLE color: 6618064.
HSL color Cylindrical-coordinate representation of color #D0FB64: hue angle of 77.09º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0FB64 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 100 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.02 |
| HSL | 77.09º | 0.95% | 0.69% | - |
| HSV(B) | 77.09º | 0.6% | 0.98% | - |
| XYZ | 62.81 | 83.32 | 24.83 | - |
| YUV | 220.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 100 | 0.17 | 0 | 0.60 | 0.02 | 77.09 | 0.95 | 0.69 |
| Hex | D0 | FB | 64 | 11 | 0 | 3C | 2 | 4D | 5F | 45 |
| Octal | 320 | 373 | 144 | 21 | 0 | 74 | 2 | 115 | 137 | 105 |
| Binary | 11010000 | 11111011 | 1100100 | 10001 | 0 | 111100 | 10 | 1001101 | 1011111 | 1000101 |
Color Harmonies of #D0FB64
Complementary color
Monochromatic Colors of #D0FB64
Black with #D0FB64
Text Example
Text Example
White with #D0FB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB64; }
p { color: rgb(208,251,100); }
H1.HeaderClassName
{
color: #D0FB64;
}
.AnyTagClassName
{
color: #D0FB64;
}
</style>
background-color css
<style>
a { background-color: #D0FB64; }
a { background-color: rgb(208,251,100); }
div.DivClassName
{
background-color: #D0FB64;
}
.BgClassName
{
background-color: #D0FB64;
}
</style>
border-color css
<style>
span { border-color: #D0FB64; }
span { border-color: rgb(208,251,100); }
td.TdClassName
{
border-color: #D0FB64;
}
.TagClassName
{
border-color: #D0FB64;
}
</style>