Shades of Manz #D3E552
Tints of Manz #D3E552
RGB
CMYK
RGB Variations
Color information
#D3E552 (or 0xD3E552) is known color: Manz. HEX triplet: D3, E5 and 52. RGB value is (211,229,82). Sum of RGB (Red+Green+Blue) = 211+229+82=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E552 is #2C1AAD. Grayscale: #CFCFCF. Windows color (decimal): -2890414 or 5432787. OLE color: 5432787.
HSL color Cylindrical-coordinate representation of color #D3E552: hue angle of 67.35º 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 #D3E552 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 82 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.10 |
| HSL | 67.35º | 0.74% | 0.61% | - |
| HSV(B) | 67.35º | 0.64% | 0.9% | - |
| XYZ | 56.41 | 70.5 | 18.62 | - |
| YUV | 206.86 | 57.54 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 82 | 0.08 | 0 | 0.64 | 0.10 | 67.35 | 0.74 | 0.61 |
| Hex | D3 | E5 | 52 | 8 | 0 | 40 | A | 43 | 4A | 3D |
| Octal | 323 | 345 | 122 | 10 | 0 | 100 | 12 | 103 | 112 | 75 |
| Binary | 11010011 | 11100101 | 1010010 | 1000 | 0 | 1000000 | 1010 | 1000011 | 1001010 | 111101 |
Color Harmonies of #D3E552
Complementary color
Monochromatic Colors of #D3E552
Black with #D3E552
Text Example
Text Example
White with #D3E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E552; }
p { color: rgb(211,229,82); }
H1.HeaderClassName
{
color: #D3E552;
}
.AnyTagClassName
{
color: #D3E552;
}
</style>
background-color css
<style>
a { background-color: #D3E552; }
a { background-color: rgb(211,229,82); }
div.DivClassName
{
background-color: #D3E552;
}
.BgClassName
{
background-color: #D3E552;
}
</style>
border-color css
<style>
span { border-color: #D3E552; }
span { border-color: rgb(211,229,82); }
td.TdClassName
{
border-color: #D3E552;
}
.TagClassName
{
border-color: #D3E552;
}
</style>