Shades of Manz #D0E851
Tints of Manz #D0E851
RGB
CMYK
RGB Variations
Color information
#D0E851 (or 0xD0E851) is known color: Manz. HEX triplet: D0, E8 and 51. RGB value is (208,232,81). Sum of RGB (Red+Green+Blue) = 208+232+81=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E851 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E851 is #2F17AE. Grayscale: #D0D0D0. Windows color (decimal): -3086255 or 5368016. OLE color: 5368016.
HSL color Cylindrical-coordinate representation of color #D0E851: hue angle of 69.54º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0E851 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 81 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.09 |
| HSL | 69.54º | 0.77% | 0.61% | - |
| HSV(B) | 69.54º | 0.65% | 0.91% | - |
| XYZ | 56.35 | 71.72 | 18.66 | - |
| YUV | 207.61 | 56.55 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 81 | 0.10 | 0 | 0.65 | 0.09 | 69.54 | 0.77 | 0.61 |
| Hex | D0 | E8 | 51 | A | 0 | 41 | 9 | 46 | 4D | 3D |
| Octal | 320 | 350 | 121 | 12 | 0 | 101 | 11 | 106 | 115 | 75 |
| Binary | 11010000 | 11101000 | 1010001 | 1010 | 0 | 1000001 | 1001 | 1000110 | 1001101 | 111101 |
Color Harmonies of #D0E851
Complementary color
Monochromatic Colors of #D0E851
Black with #D0E851
Text Example
Text Example
White with #D0E851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E851; }
p { color: rgb(208,232,81); }
H1.HeaderClassName
{
color: #D0E851;
}
.AnyTagClassName
{
color: #D0E851;
}
</style>
background-color css
<style>
a { background-color: #D0E851; }
a { background-color: rgb(208,232,81); }
div.DivClassName
{
background-color: #D0E851;
}
.BgClassName
{
background-color: #D0E851;
}
</style>
border-color css
<style>
span { border-color: #D0E851; }
span { border-color: rgb(208,232,81); }
td.TdClassName
{
border-color: #D0E851;
}
.TagClassName
{
border-color: #D0E851;
}
</style>