Shades of Manz #D5E04E
Tints of Manz #D5E04E
RGB
CMYK
RGB Variations
Color information
#D5E04E (or 0xD5E04E) is known color: Manz. HEX triplet: D5, E0 and 4E. RGB value is (213,224,78). Sum of RGB (Red+Green+Blue) = 213+224+78=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E04E is #2A1FB1. Grayscale: #CCCCCC. Windows color (decimal): -2760626 or 5169365. OLE color: 5169365.
HSL color Cylindrical-coordinate representation of color #D5E04E: hue angle of 64.52º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5E04E is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 78 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.12 |
| HSL | 64.52º | 0.7% | 0.59% | - |
| HSV(B) | 64.52º | 0.65% | 0.88% | - |
| XYZ | 55.47 | 68.01 | 17.41 | - |
| YUV | 204.07 | 56.86 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 78 | 0.05 | 0 | 0.65 | 0.12 | 64.52 | 0.7 | 0.59 |
| Hex | D5 | E0 | 4E | 5 | 0 | 41 | C | 41 | 46 | 3B |
| Octal | 325 | 340 | 116 | 5 | 0 | 101 | 14 | 101 | 106 | 73 |
| Binary | 11010101 | 11100000 | 1001110 | 101 | 0 | 1000001 | 1100 | 1000001 | 1000110 | 111011 |
Color Harmonies of #D5E04E
Complementary color
Monochromatic Colors of #D5E04E
Black with #D5E04E
Text Example
Text Example
White with #D5E04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E04E; }
p { color: rgb(213,224,78); }
H1.HeaderClassName
{
color: #D5E04E;
}
.AnyTagClassName
{
color: #D5E04E;
}
</style>
background-color css
<style>
a { background-color: #D5E04E; }
a { background-color: rgb(213,224,78); }
div.DivClassName
{
background-color: #D5E04E;
}
.BgClassName
{
background-color: #D5E04E;
}
</style>
border-color css
<style>
span { border-color: #D5E04E; }
span { border-color: rgb(213,224,78); }
td.TdClassName
{
border-color: #D5E04E;
}
.TagClassName
{
border-color: #D5E04E;
}
</style>