Shades of Manz #D4EA53
Tints of Manz #D4EA53
RGB
CMYK
RGB Variations
Color information
#D4EA53 (or 0xD4EA53) is known color: Manz. HEX triplet: D4, EA and 53. RGB value is (212,234,83). Sum of RGB (Red+Green+Blue) = 212+234+83=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EA53 is #2B15AC. Grayscale: #D2D2D2. Windows color (decimal): -2823597 or 5499604. OLE color: 5499604.
HSL color Cylindrical-coordinate representation of color #D4EA53: hue angle of 68.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4EA53 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 83 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.08 |
| HSL | 68.74º | 0.78% | 0.62% | - |
| HSV(B) | 68.74º | 0.65% | 0.92% | - |
| XYZ | 58.14 | 73.47 | 19.3 | - |
| YUV | 210.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 83 | 0.09 | 0 | 0.65 | 0.08 | 68.74 | 0.78 | 0.62 |
| Hex | D4 | EA | 53 | 9 | 0 | 41 | 8 | 45 | 4E | 3E |
| Octal | 324 | 352 | 123 | 11 | 0 | 101 | 10 | 105 | 116 | 76 |
| Binary | 11010100 | 11101010 | 1010011 | 1001 | 0 | 1000001 | 1000 | 1000101 | 1001110 | 111110 |
Color Harmonies of #D4EA53
Complementary color
Monochromatic Colors of #D4EA53
Black with #D4EA53
Text Example
Text Example
White with #D4EA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA53; }
p { color: rgb(212,234,83); }
H1.HeaderClassName
{
color: #D4EA53;
}
.AnyTagClassName
{
color: #D4EA53;
}
</style>
background-color css
<style>
a { background-color: #D4EA53; }
a { background-color: rgb(212,234,83); }
div.DivClassName
{
background-color: #D4EA53;
}
.BgClassName
{
background-color: #D4EA53;
}
</style>
border-color css
<style>
span { border-color: #D4EA53; }
span { border-color: rgb(212,234,83); }
td.TdClassName
{
border-color: #D4EA53;
}
.TagClassName
{
border-color: #D4EA53;
}
</style>