Shades of Manz #D2E754
Tints of Manz #D2E754
RGB
CMYK
RGB Variations
Color information
#D2E754 (or 0xD2E754) is known color: Manz. HEX triplet: D2, E7 and 54. RGB value is (210,231,84). Sum of RGB (Red+Green+Blue) = 210+231+84=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E754 is #2D18AB. Grayscale: #D0D0D0. Windows color (decimal): -2955436 or 5564370. OLE color: 5564370.
HSL color Cylindrical-coordinate representation of color #D2E754: hue angle of 68.57º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2E754 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 84 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.09 |
| HSL | 68.57º | 0.75% | 0.62% | - |
| HSV(B) | 68.57º | 0.64% | 0.91% | - |
| XYZ | 56.75 | 71.49 | 19.2 | - |
| YUV | 207.96 | 58.04 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 84 | 0.09 | 0 | 0.64 | 0.09 | 68.57 | 0.75 | 0.62 |
| Hex | D2 | E7 | 54 | 9 | 0 | 40 | 9 | 45 | 4B | 3E |
| Octal | 322 | 347 | 124 | 11 | 0 | 100 | 11 | 105 | 113 | 76 |
| Binary | 11010010 | 11100111 | 1010100 | 1001 | 0 | 1000000 | 1001 | 1000101 | 1001011 | 111110 |
Color Harmonies of #D2E754
Complementary color
Monochromatic Colors of #D2E754
Black with #D2E754
Text Example
Text Example
White with #D2E754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E754; }
p { color: rgb(210,231,84); }
H1.HeaderClassName
{
color: #D2E754;
}
.AnyTagClassName
{
color: #D2E754;
}
</style>
background-color css
<style>
a { background-color: #D2E754; }
a { background-color: rgb(210,231,84); }
div.DivClassName
{
background-color: #D2E754;
}
.BgClassName
{
background-color: #D2E754;
}
</style>
border-color css
<style>
span { border-color: #D2E754; }
span { border-color: rgb(210,231,84); }
td.TdClassName
{
border-color: #D2E754;
}
.TagClassName
{
border-color: #D2E754;
}
</style>