Shades of Manz #D1E352
Tints of Manz #D1E352
RGB
CMYK
RGB Variations
Color information
#D1E352 (or 0xD1E352) is known color: Manz. HEX triplet: D1, E3 and 52. RGB value is (209,227,82). Sum of RGB (Red+Green+Blue) = 209+227+82=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E352 is #2E1CAD. Grayscale: #CDCDCD. Windows color (decimal): -3021998 or 5432273. OLE color: 5432273.
HSL color Cylindrical-coordinate representation of color #D1E352: hue angle of 67.45º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1E352 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 82 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.11 |
| HSL | 67.45º | 0.72% | 0.61% | - |
| HSV(B) | 67.45º | 0.64% | 0.89% | - |
| XYZ | 55.29 | 69.1 | 18.41 | - |
| YUV | 205.09 | 58.54 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 82 | 0.08 | 0 | 0.64 | 0.11 | 67.45 | 0.72 | 0.61 |
| Hex | D1 | E3 | 52 | 8 | 0 | 40 | B | 43 | 48 | 3D |
| Octal | 321 | 343 | 122 | 10 | 0 | 100 | 13 | 103 | 110 | 75 |
| Binary | 11010001 | 11100011 | 1010010 | 1000 | 0 | 1000000 | 1011 | 1000011 | 1001000 | 111101 |
Color Harmonies of #D1E352
Complementary color
Monochromatic Colors of #D1E352
Black with #D1E352
Text Example
Text Example
White with #D1E352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E352; }
p { color: rgb(209,227,82); }
H1.HeaderClassName
{
color: #D1E352;
}
.AnyTagClassName
{
color: #D1E352;
}
</style>
background-color css
<style>
a { background-color: #D1E352; }
a { background-color: rgb(209,227,82); }
div.DivClassName
{
background-color: #D1E352;
}
.BgClassName
{
background-color: #D1E352;
}
</style>
border-color css
<style>
span { border-color: #D1E352; }
span { border-color: rgb(209,227,82); }
td.TdClassName
{
border-color: #D1E352;
}
.TagClassName
{
border-color: #D1E352;
}
</style>