Shades of Manz #D4E54B
Tints of Manz #D4E54B
RGB
CMYK
RGB Variations
Color information
#D4E54B (or 0xD4E54B) is known color: Manz. HEX triplet: D4, E5 and 4B. RGB value is (212,229,75). Sum of RGB (Red+Green+Blue) = 212+229+75=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E54B is #2B1AB4. Grayscale: #CECECE. Windows color (decimal): -2824885 or 4974036. OLE color: 4974036.
HSL color Cylindrical-coordinate representation of color #D4E54B: hue angle of 66.62º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4E54B is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 229 | 75 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.10 |
| HSL | 66.62º | 0.75% | 0.6% | - |
| HSV(B) | 66.62º | 0.67% | 0.9% | - |
| XYZ | 56.44 | 70.54 | 17.3 | - |
| YUV | 206.36 | 53.87 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 75 | 0.07 | 0 | 0.67 | 0.10 | 66.62 | 0.75 | 0.6 |
| Hex | D4 | E5 | 4B | 7 | 0 | 43 | A | 43 | 4B | 3C |
| Octal | 324 | 345 | 113 | 7 | 0 | 103 | 12 | 103 | 113 | 74 |
| Binary | 11010100 | 11100101 | 1001011 | 111 | 0 | 1000011 | 1010 | 1000011 | 1001011 | 111100 |
Color Harmonies of #D4E54B
Complementary color
Monochromatic Colors of #D4E54B
Black with #D4E54B
Text Example
Text Example
White with #D4E54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E54B; }
p { color: rgb(212,229,75); }
H1.HeaderClassName
{
color: #D4E54B;
}
.AnyTagClassName
{
color: #D4E54B;
}
</style>
background-color css
<style>
a { background-color: #D4E54B; }
a { background-color: rgb(212,229,75); }
div.DivClassName
{
background-color: #D4E54B;
}
.BgClassName
{
background-color: #D4E54B;
}
</style>
border-color css
<style>
span { border-color: #D4E54B; }
span { border-color: rgb(212,229,75); }
td.TdClassName
{
border-color: #D4E54B;
}
.TagClassName
{
border-color: #D4E54B;
}
</style>