Shades of Manz #D2E252
Tints of Manz #D2E252
RGB
CMYK
RGB Variations
Color information
#D2E252 (or 0xD2E252) is known color: Manz. HEX triplet: D2, E2 and 52. RGB value is (210,226,82). Sum of RGB (Red+Green+Blue) = 210+226+82=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E252 is #2D1DAD. Grayscale: #CDCDCD. Windows color (decimal): -2956718 or 5432018. OLE color: 5432018.
HSL color Cylindrical-coordinate representation of color #D2E252: hue angle of 66.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2E252 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 226 | 82 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.11 |
| HSL | 66.67º | 0.71% | 0.6% | - |
| HSV(B) | 66.67º | 0.64% | 0.89% | - |
| XYZ | 55.3 | 68.7 | 18.33 | - |
| YUV | 204.8 | 58.7 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 82 | 0.07 | 0 | 0.64 | 0.11 | 66.67 | 0.71 | 0.6 |
| Hex | D2 | E2 | 52 | 7 | 0 | 40 | B | 43 | 47 | 3C |
| Octal | 322 | 342 | 122 | 7 | 0 | 100 | 13 | 103 | 107 | 74 |
| Binary | 11010010 | 11100010 | 1010010 | 111 | 0 | 1000000 | 1011 | 1000011 | 1000111 | 111100 |
Color Harmonies of #D2E252
Complementary color
Monochromatic Colors of #D2E252
Black with #D2E252
Text Example
Text Example
White with #D2E252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E252; }
p { color: rgb(210,226,82); }
H1.HeaderClassName
{
color: #D2E252;
}
.AnyTagClassName
{
color: #D2E252;
}
</style>
background-color css
<style>
a { background-color: #D2E252; }
a { background-color: rgb(210,226,82); }
div.DivClassName
{
background-color: #D2E252;
}
.BgClassName
{
background-color: #D2E252;
}
</style>
border-color css
<style>
span { border-color: #D2E252; }
span { border-color: rgb(210,226,82); }
td.TdClassName
{
border-color: #D2E252;
}
.TagClassName
{
border-color: #D2E252;
}
</style>