Shades of Manz #D2E457
Tints of Manz #D2E457
RGB
CMYK
RGB Variations
Color information
#D2E457 (or 0xD2E457) is known color: Manz. HEX triplet: D2, E4 and 57. RGB value is (210,228,87). Sum of RGB (Red+Green+Blue) = 210+228+87=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E457 is #2D1BA8. Grayscale: #CFCFCF. Windows color (decimal): -2956201 or 5760210. OLE color: 5760210.
HSL color Cylindrical-coordinate representation of color #D2E457: hue angle of 67.66º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2E457 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 228 | 87 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.11 |
| HSL | 67.66º | 0.72% | 0.62% | - |
| HSV(B) | 67.66º | 0.62% | 0.89% | - |
| XYZ | 56.04 | 69.88 | 19.55 | - |
| YUV | 206.54 | 60.54 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 228 | 87 | 0.08 | 0 | 0.62 | 0.11 | 67.66 | 0.72 | 0.62 |
| Hex | D2 | E4 | 57 | 8 | 0 | 3E | B | 44 | 48 | 3E |
| Octal | 322 | 344 | 127 | 10 | 0 | 76 | 13 | 104 | 110 | 76 |
| Binary | 11010010 | 11100100 | 1010111 | 1000 | 0 | 111110 | 1011 | 1000100 | 1001000 | 111110 |
Color Harmonies of #D2E457
Complementary color
Monochromatic Colors of #D2E457
Black with #D2E457
Text Example
Text Example
White with #D2E457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E457; }
p { color: rgb(210,228,87); }
H1.HeaderClassName
{
color: #D2E457;
}
.AnyTagClassName
{
color: #D2E457;
}
</style>
background-color css
<style>
a { background-color: #D2E457; }
a { background-color: rgb(210,228,87); }
div.DivClassName
{
background-color: #D2E457;
}
.BgClassName
{
background-color: #D2E457;
}
</style>
border-color css
<style>
span { border-color: #D2E457; }
span { border-color: rgb(210,228,87); }
td.TdClassName
{
border-color: #D2E457;
}
.TagClassName
{
border-color: #D2E457;
}
</style>