Shades of Mindaro #D0F156
Tints of Mindaro #D0F156
RGB
CMYK
RGB Variations
Color information
#D0F156 (or 0xD0F156) is known color: Mindaro. HEX triplet: D0, F1 and 56. RGB value is (208,241,86). Sum of RGB (Red+Green+Blue) = 208+241+86=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F156 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F156 is #2F0EA9. Grayscale: #D6D6D6. Windows color (decimal): -3083946 or 5698000. OLE color: 5698000.
HSL color Cylindrical-coordinate representation of color #D0F156: hue angle of 72.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0F156 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 86 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.05 |
| HSL | 72.77º | 0.85% | 0.64% | - |
| HSV(B) | 72.77º | 0.64% | 0.95% | - |
| XYZ | 59.15 | 76.99 | 20.55 | - |
| YUV | 213.46 | 56.07 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 86 | 0.14 | 0 | 0.64 | 0.05 | 72.77 | 0.85 | 0.64 |
| Hex | D0 | F1 | 56 | E | 0 | 40 | 5 | 49 | 55 | 40 |
| Octal | 320 | 361 | 126 | 16 | 0 | 100 | 5 | 111 | 125 | 100 |
| Binary | 11010000 | 11110001 | 1010110 | 1110 | 0 | 1000000 | 101 | 1001001 | 1010101 | 1000000 |
Color Harmonies of #D0F156
Complementary color
Monochromatic Colors of #D0F156
Black with #D0F156
Text Example
Text Example
White with #D0F156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F156; }
p { color: rgb(208,241,86); }
H1.HeaderClassName
{
color: #D0F156;
}
.AnyTagClassName
{
color: #D0F156;
}
</style>
background-color css
<style>
a { background-color: #D0F156; }
a { background-color: rgb(208,241,86); }
div.DivClassName
{
background-color: #D0F156;
}
.BgClassName
{
background-color: #D0F156;
}
</style>
border-color css
<style>
span { border-color: #D0F156; }
span { border-color: rgb(208,241,86); }
td.TdClassName
{
border-color: #D0F156;
}
.TagClassName
{
border-color: #D0F156;
}
</style>