Shades of Manz #D0E253
Tints of Manz #D0E253
RGB
CMYK
RGB Variations
Color information
#D0E253 (or 0xD0E253) is known color: Manz. HEX triplet: D0, E2 and 53. RGB value is (208,226,83). Sum of RGB (Red+Green+Blue) = 208+226+83=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E253 is #2F1DAC. Grayscale: #CCCCCC. Windows color (decimal): -3087789 or 5497552. OLE color: 5497552.
HSL color Cylindrical-coordinate representation of color #D0E253: hue angle of 67.55º degrees, saturation: 0.71, 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 #D0E253 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 83 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.11 |
| HSL | 67.55º | 0.71% | 0.61% | - |
| HSV(B) | 67.55º | 0.63% | 0.89% | - |
| XYZ | 54.77 | 68.43 | 18.5 | - |
| YUV | 204.32 | 59.54 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 83 | 0.08 | 0 | 0.63 | 0.11 | 67.55 | 0.71 | 0.61 |
| Hex | D0 | E2 | 53 | 8 | 0 | 3F | B | 44 | 47 | 3D |
| Octal | 320 | 342 | 123 | 10 | 0 | 77 | 13 | 104 | 107 | 75 |
| Binary | 11010000 | 11100010 | 1010011 | 1000 | 0 | 111111 | 1011 | 1000100 | 1000111 | 111101 |
Color Harmonies of #D0E253
Complementary color
Monochromatic Colors of #D0E253
Black with #D0E253
Text Example
Text Example
White with #D0E253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E253; }
p { color: rgb(208,226,83); }
H1.HeaderClassName
{
color: #D0E253;
}
.AnyTagClassName
{
color: #D0E253;
}
</style>
background-color css
<style>
a { background-color: #D0E253; }
a { background-color: rgb(208,226,83); }
div.DivClassName
{
background-color: #D0E253;
}
.BgClassName
{
background-color: #D0E253;
}
</style>
border-color css
<style>
span { border-color: #D0E253; }
span { border-color: rgb(208,226,83); }
td.TdClassName
{
border-color: #D0E253;
}
.TagClassName
{
border-color: #D0E253;
}
</style>