Shades of Manz #D2E154
Tints of Manz #D2E154
RGB
CMYK
RGB Variations
Color information
#D2E154 (or 0xD2E154) is known color: Manz. HEX triplet: D2, E1 and 54. RGB value is (210,225,84). Sum of RGB (Red+Green+Blue) = 210+225+84=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E154 is #2D1EAB. Grayscale: #CCCCCC. Windows color (decimal): -2956972 or 5562834. OLE color: 5562834.
HSL color Cylindrical-coordinate representation of color #D2E154: hue angle of 66.38º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2E154 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 84 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.12 |
| HSL | 66.38º | 0.7% | 0.61% | - |
| HSV(B) | 66.38º | 0.63% | 0.88% | - |
| XYZ | 55.1 | 68.19 | 18.65 | - |
| YUV | 204.44 | 60.03 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 84 | 0.07 | 0 | 0.63 | 0.12 | 66.38 | 0.7 | 0.61 |
| Hex | D2 | E1 | 54 | 7 | 0 | 3F | C | 42 | 46 | 3D |
| Octal | 322 | 341 | 124 | 7 | 0 | 77 | 14 | 102 | 106 | 75 |
| Binary | 11010010 | 11100001 | 1010100 | 111 | 0 | 111111 | 1100 | 1000010 | 1000110 | 111101 |
Color Harmonies of #D2E154
Complementary color
Monochromatic Colors of #D2E154
Black with #D2E154
Text Example
Text Example
White with #D2E154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E154; }
p { color: rgb(210,225,84); }
H1.HeaderClassName
{
color: #D2E154;
}
.AnyTagClassName
{
color: #D2E154;
}
</style>
background-color css
<style>
a { background-color: #D2E154; }
a { background-color: rgb(210,225,84); }
div.DivClassName
{
background-color: #D2E154;
}
.BgClassName
{
background-color: #D2E154;
}
</style>
border-color css
<style>
span { border-color: #D2E154; }
span { border-color: rgb(210,225,84); }
td.TdClassName
{
border-color: #D2E154;
}
.TagClassName
{
border-color: #D2E154;
}
</style>