Shades of Manz #D1E552
Tints of Manz #D1E552
RGB
CMYK
RGB Variations
Color information
#D1E552 (or 0xD1E552) is known color: Manz. HEX triplet: D1, E5 and 52. RGB value is (209,229,82). Sum of RGB (Red+Green+Blue) = 209+229+82=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E552 is #2E1AAD. Grayscale: #CECECE. Windows color (decimal): -3021486 or 5432785. OLE color: 5432785.
HSL color Cylindrical-coordinate representation of color #D1E552: hue angle of 68.16º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1E552 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 82 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.10 |
| HSL | 68.16º | 0.74% | 0.61% | - |
| HSV(B) | 68.16º | 0.64% | 0.9% | - |
| XYZ | 55.84 | 70.2 | 18.59 | - |
| YUV | 206.26 | 57.87 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 82 | 0.09 | 0 | 0.64 | 0.10 | 68.16 | 0.74 | 0.61 |
| Hex | D1 | E5 | 52 | 9 | 0 | 40 | A | 44 | 4A | 3D |
| Octal | 321 | 345 | 122 | 11 | 0 | 100 | 12 | 104 | 112 | 75 |
| Binary | 11010001 | 11100101 | 1010010 | 1001 | 0 | 1000000 | 1010 | 1000100 | 1001010 | 111101 |
Color Harmonies of #D1E552
Complementary color
Monochromatic Colors of #D1E552
Black with #D1E552
Text Example
Text Example
White with #D1E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E552; }
p { color: rgb(209,229,82); }
H1.HeaderClassName
{
color: #D1E552;
}
.AnyTagClassName
{
color: #D1E552;
}
</style>
background-color css
<style>
a { background-color: #D1E552; }
a { background-color: rgb(209,229,82); }
div.DivClassName
{
background-color: #D1E552;
}
.BgClassName
{
background-color: #D1E552;
}
</style>
border-color css
<style>
span { border-color: #D1E552; }
span { border-color: rgb(209,229,82); }
td.TdClassName
{
border-color: #D1E552;
}
.TagClassName
{
border-color: #D1E552;
}
</style>