Shades of Manz #D5E94D
Tints of Manz #D5E94D
RGB
CMYK
RGB Variations
Color information
#D5E94D (or 0xD5E94D) is known color: Manz. HEX triplet: D5, E9 and 4D. RGB value is (213,233,77). Sum of RGB (Red+Green+Blue) = 213+233+77=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E94D is #2A16B2. Grayscale: #D1D1D1. Windows color (decimal): -2758323 or 5106133. OLE color: 5106133.
HSL color Cylindrical-coordinate representation of color #D5E94D: hue angle of 67.69º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5E94D is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 77 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.09 |
| HSL | 67.69º | 0.78% | 0.61% | - |
| HSV(B) | 67.69º | 0.67% | 0.91% | - |
| XYZ | 57.92 | 72.96 | 18.05 | - |
| YUV | 209.24 | 53.37 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 77 | 0.09 | 0 | 0.67 | 0.09 | 67.69 | 0.78 | 0.61 |
| Hex | D5 | E9 | 4D | 9 | 0 | 43 | 9 | 44 | 4E | 3D |
| Octal | 325 | 351 | 115 | 11 | 0 | 103 | 11 | 104 | 116 | 75 |
| Binary | 11010101 | 11101001 | 1001101 | 1001 | 0 | 1000011 | 1001 | 1000100 | 1001110 | 111101 |
Color Harmonies of #D5E94D
Complementary color
Monochromatic Colors of #D5E94D
Black with #D5E94D
Text Example
Text Example
White with #D5E94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E94D; }
p { color: rgb(213,233,77); }
H1.HeaderClassName
{
color: #D5E94D;
}
.AnyTagClassName
{
color: #D5E94D;
}
</style>
background-color css
<style>
a { background-color: #D5E94D; }
a { background-color: rgb(213,233,77); }
div.DivClassName
{
background-color: #D5E94D;
}
.BgClassName
{
background-color: #D5E94D;
}
</style>
border-color css
<style>
span { border-color: #D5E94D; }
span { border-color: rgb(213,233,77); }
td.TdClassName
{
border-color: #D5E94D;
}
.TagClassName
{
border-color: #D5E94D;
}
</style>