Shades of Manz #D5E64E
Tints of Manz #D5E64E
RGB
CMYK
RGB Variations
Color information
#D5E64E (or 0xD5E64E) is known color: Manz. HEX triplet: D5, E6 and 4E. RGB value is (213,230,78). Sum of RGB (Red+Green+Blue) = 213+230+78=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E64E is #2A19B1. Grayscale: #D0D0D0. Windows color (decimal): -2759090 or 5170901. OLE color: 5170901.
HSL color Cylindrical-coordinate representation of color #D5E64E: hue angle of 66.71º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5E64E is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 78 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.10 |
| HSL | 66.71º | 0.75% | 0.6% | - |
| HSV(B) | 66.71º | 0.66% | 0.9% | - |
| XYZ | 57.11 | 71.29 | 17.96 | - |
| YUV | 207.59 | 54.87 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 78 | 0.07 | 0 | 0.66 | 0.10 | 66.71 | 0.75 | 0.6 |
| Hex | D5 | E6 | 4E | 7 | 0 | 42 | A | 43 | 4B | 3C |
| Octal | 325 | 346 | 116 | 7 | 0 | 102 | 12 | 103 | 113 | 74 |
| Binary | 11010101 | 11100110 | 1001110 | 111 | 0 | 1000010 | 1010 | 1000011 | 1001011 | 111100 |
Color Harmonies of #D5E64E
Complementary color
Monochromatic Colors of #D5E64E
Black with #D5E64E
Text Example
Text Example
White with #D5E64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E64E; }
p { color: rgb(213,230,78); }
H1.HeaderClassName
{
color: #D5E64E;
}
.AnyTagClassName
{
color: #D5E64E;
}
</style>
background-color css
<style>
a { background-color: #D5E64E; }
a { background-color: rgb(213,230,78); }
div.DivClassName
{
background-color: #D5E64E;
}
.BgClassName
{
background-color: #D5E64E;
}
</style>
border-color css
<style>
span { border-color: #D5E64E; }
span { border-color: rgb(213,230,78); }
td.TdClassName
{
border-color: #D5E64E;
}
.TagClassName
{
border-color: #D5E64E;
}
</style>