Shades of Manz #D5E94C
Tints of Manz #D5E94C
RGB
CMYK
RGB Variations
Color information
#D5E94C (or 0xD5E94C) is known color: Manz. HEX triplet: D5, E9 and 4C. RGB value is (213,233,76). Sum of RGB (Red+Green+Blue) = 213+233+76=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E94C is #2A16B3. Grayscale: #D1D1D1. Windows color (decimal): -2758324 or 5040597. OLE color: 5040597.
HSL color Cylindrical-coordinate representation of color #D5E94C: hue angle of 67.64º 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 #D5E94C is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 76 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.09 |
| HSL | 67.64º | 0.78% | 0.61% | - |
| HSV(B) | 67.64º | 0.67% | 0.91% | - |
| XYZ | 57.88 | 72.95 | 17.87 | - |
| YUV | 209.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 76 | 0.09 | 0 | 0.67 | 0.09 | 67.64 | 0.78 | 0.61 |
| Hex | D5 | E9 | 4C | 9 | 0 | 43 | 9 | 44 | 4E | 3D |
| Octal | 325 | 351 | 114 | 11 | 0 | 103 | 11 | 104 | 116 | 75 |
| Binary | 11010101 | 11101001 | 1001100 | 1001 | 0 | 1000011 | 1001 | 1000100 | 1001110 | 111101 |
Color Harmonies of #D5E94C
Complementary color
Monochromatic Colors of #D5E94C
Black with #D5E94C
Text Example
Text Example
White with #D5E94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E94C; }
p { color: rgb(213,233,76); }
H1.HeaderClassName
{
color: #D5E94C;
}
.AnyTagClassName
{
color: #D5E94C;
}
</style>
background-color css
<style>
a { background-color: #D5E94C; }
a { background-color: rgb(213,233,76); }
div.DivClassName
{
background-color: #D5E94C;
}
.BgClassName
{
background-color: #D5E94C;
}
</style>
border-color css
<style>
span { border-color: #D5E94C; }
span { border-color: rgb(213,233,76); }
td.TdClassName
{
border-color: #D5E94C;
}
.TagClassName
{
border-color: #D5E94C;
}
</style>