Shades of Manz #D5E74D
Tints of Manz #D5E74D
RGB
CMYK
RGB Variations
Color information
#D5E74D (or 0xD5E74D) is known color: Manz. HEX triplet: D5, E7 and 4D. RGB value is (213,231,77). Sum of RGB (Red+Green+Blue) = 213+231+77=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E74D is #2A18B2. Grayscale: #D0D0D0. Windows color (decimal): -2758835 or 5105621. OLE color: 5105621.
HSL color Cylindrical-coordinate representation of color #D5E74D: hue angle of 67.01º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5E74D is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 77 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.09 |
| HSL | 67.01º | 0.76% | 0.6% | - |
| HSV(B) | 67.01º | 0.67% | 0.91% | - |
| XYZ | 57.36 | 71.83 | 17.86 | - |
| YUV | 208.06 | 54.04 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 77 | 0.08 | 0 | 0.67 | 0.09 | 67.01 | 0.76 | 0.6 |
| Hex | D5 | E7 | 4D | 8 | 0 | 43 | 9 | 43 | 4C | 3C |
| Octal | 325 | 347 | 115 | 10 | 0 | 103 | 11 | 103 | 114 | 74 |
| Binary | 11010101 | 11100111 | 1001101 | 1000 | 0 | 1000011 | 1001 | 1000011 | 1001100 | 111100 |
Color Harmonies of #D5E74D
Complementary color
Monochromatic Colors of #D5E74D
Black with #D5E74D
Text Example
Text Example
White with #D5E74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E74D; }
p { color: rgb(213,231,77); }
H1.HeaderClassName
{
color: #D5E74D;
}
.AnyTagClassName
{
color: #D5E74D;
}
</style>
background-color css
<style>
a { background-color: #D5E74D; }
a { background-color: rgb(213,231,77); }
div.DivClassName
{
background-color: #D5E74D;
}
.BgClassName
{
background-color: #D5E74D;
}
</style>
border-color css
<style>
span { border-color: #D5E74D; }
span { border-color: rgb(213,231,77); }
td.TdClassName
{
border-color: #D5E74D;
}
.TagClassName
{
border-color: #D5E74D;
}
</style>