Shades of Manz #D0E353
Tints of Manz #D0E353
RGB
CMYK
RGB Variations
Color information
#D0E353 (or 0xD0E353) is known color: Manz. HEX triplet: D0, E3 and 53. RGB value is (208,227,83). Sum of RGB (Red+Green+Blue) = 208+227+83=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E353 is #2F1CAC. Grayscale: #CDCDCD. Windows color (decimal): -3087533 or 5497808. OLE color: 5497808.
HSL color Cylindrical-coordinate representation of color #D0E353: hue angle of 67.92º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0E353 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 83 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.11 |
| HSL | 67.92º | 0.72% | 0.61% | - |
| HSV(B) | 67.92º | 0.63% | 0.89% | - |
| XYZ | 55.04 | 68.97 | 18.6 | - |
| YUV | 204.9 | 59.21 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 83 | 0.08 | 0 | 0.63 | 0.11 | 67.92 | 0.72 | 0.61 |
| Hex | D0 | E3 | 53 | 8 | 0 | 3F | B | 44 | 48 | 3D |
| Octal | 320 | 343 | 123 | 10 | 0 | 77 | 13 | 104 | 110 | 75 |
| Binary | 11010000 | 11100011 | 1010011 | 1000 | 0 | 111111 | 1011 | 1000100 | 1001000 | 111101 |
Color Harmonies of #D0E353
Complementary color
Monochromatic Colors of #D0E353
Black with #D0E353
Text Example
Text Example
White with #D0E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E353; }
p { color: rgb(208,227,83); }
H1.HeaderClassName
{
color: #D0E353;
}
.AnyTagClassName
{
color: #D0E353;
}
</style>
background-color css
<style>
a { background-color: #D0E353; }
a { background-color: rgb(208,227,83); }
div.DivClassName
{
background-color: #D0E353;
}
.BgClassName
{
background-color: #D0E353;
}
</style>
border-color css
<style>
span { border-color: #D0E353; }
span { border-color: rgb(208,227,83); }
td.TdClassName
{
border-color: #D0E353;
}
.TagClassName
{
border-color: #D0E353;
}
</style>