Shades of Manz #D2E057
Tints of Manz #D2E057
RGB
CMYK
RGB Variations
Color information
#D2E057 (or 0xD2E057) is known color: Manz. HEX triplet: D2, E0 and 57. RGB value is (210,224,87). Sum of RGB (Red+Green+Blue) = 210+224+87=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E057 is #2D1FA8. Grayscale: #CCCCCC. Windows color (decimal): -2957225 or 5759186. OLE color: 5759186.
HSL color Cylindrical-coordinate representation of color #D2E057: hue angle of 66.13º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2E057 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 87 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.12 |
| HSL | 66.13º | 0.69% | 0.61% | - |
| HSV(B) | 66.13º | 0.61% | 0.88% | - |
| XYZ | 54.95 | 67.7 | 19.19 | - |
| YUV | 204.2 | 61.86 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 87 | 0.06 | 0 | 0.61 | 0.12 | 66.13 | 0.69 | 0.61 |
| Hex | D2 | E0 | 57 | 6 | 0 | 3D | C | 42 | 45 | 3D |
| Octal | 322 | 340 | 127 | 6 | 0 | 75 | 14 | 102 | 105 | 75 |
| Binary | 11010010 | 11100000 | 1010111 | 110 | 0 | 111101 | 1100 | 1000010 | 1000101 | 111101 |
Color Harmonies of #D2E057
Complementary color
Monochromatic Colors of #D2E057
Black with #D2E057
Text Example
Text Example
White with #D2E057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E057; }
p { color: rgb(210,224,87); }
H1.HeaderClassName
{
color: #D2E057;
}
.AnyTagClassName
{
color: #D2E057;
}
</style>
background-color css
<style>
a { background-color: #D2E057; }
a { background-color: rgb(210,224,87); }
div.DivClassName
{
background-color: #D2E057;
}
.BgClassName
{
background-color: #D2E057;
}
</style>
border-color css
<style>
span { border-color: #D2E057; }
span { border-color: rgb(210,224,87); }
td.TdClassName
{
border-color: #D2E057;
}
.TagClassName
{
border-color: #D2E057;
}
</style>