Shades of Manz #D5E04F
Tints of Manz #D5E04F
RGB
CMYK
RGB Variations
Color information
#D5E04F (or 0xD5E04F) is known color: Manz. HEX triplet: D5, E0 and 4F. RGB value is (213,224,79). Sum of RGB (Red+Green+Blue) = 213+224+79=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E04F is #2A1FB0. Grayscale: #CCCCCC. Windows color (decimal): -2760625 or 5234901. OLE color: 5234901.
HSL color Cylindrical-coordinate representation of color #D5E04F: hue angle of 64.55º 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 #D5E04F is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 79 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.12 |
| HSL | 64.55º | 0.7% | 0.59% | - |
| HSV(B) | 64.55º | 0.65% | 0.88% | - |
| XYZ | 55.51 | 68.02 | 17.6 | - |
| YUV | 204.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 79 | 0.05 | 0 | 0.65 | 0.12 | 64.55 | 0.7 | 0.59 |
| Hex | D5 | E0 | 4F | 5 | 0 | 41 | C | 41 | 46 | 3B |
| Octal | 325 | 340 | 117 | 5 | 0 | 101 | 14 | 101 | 106 | 73 |
| Binary | 11010101 | 11100000 | 1001111 | 101 | 0 | 1000001 | 1100 | 1000001 | 1000110 | 111011 |
Color Harmonies of #D5E04F
Complementary color
Monochromatic Colors of #D5E04F
Black with #D5E04F
Text Example
Text Example
White with #D5E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E04F; }
p { color: rgb(213,224,79); }
H1.HeaderClassName
{
color: #D5E04F;
}
.AnyTagClassName
{
color: #D5E04F;
}
</style>
background-color css
<style>
a { background-color: #D5E04F; }
a { background-color: rgb(213,224,79); }
div.DivClassName
{
background-color: #D5E04F;
}
.BgClassName
{
background-color: #D5E04F;
}
</style>
border-color css
<style>
span { border-color: #D5E04F; }
span { border-color: rgb(213,224,79); }
td.TdClassName
{
border-color: #D5E04F;
}
.TagClassName
{
border-color: #D5E04F;
}
</style>