Shades of Manz #D5E04B
Tints of Manz #D5E04B
RGB
CMYK
RGB Variations
Color information
#D5E04B (or 0xD5E04B) is known color: Manz. HEX triplet: D5, E0 and 4B. RGB value is (213,224,75). Sum of RGB (Red+Green+Blue) = 213+224+75=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E04B is #2A1FB4. Grayscale: #CCCCCC. Windows color (decimal): -2760629 or 4972757. OLE color: 4972757.
HSL color Cylindrical-coordinate representation of color #D5E04B: hue angle of 64.43º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5E04B is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 75 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.12 |
| HSL | 64.43º | 0.71% | 0.59% | - |
| HSV(B) | 64.43º | 0.67% | 0.88% | - |
| XYZ | 55.37 | 67.97 | 16.86 | - |
| YUV | 203.73 | 55.36 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 75 | 0.05 | 0 | 0.67 | 0.12 | 64.43 | 0.71 | 0.59 |
| Hex | D5 | E0 | 4B | 5 | 0 | 43 | C | 40 | 47 | 3B |
| Octal | 325 | 340 | 113 | 5 | 0 | 103 | 14 | 100 | 107 | 73 |
| Binary | 11010101 | 11100000 | 1001011 | 101 | 0 | 1000011 | 1100 | 1000000 | 1000111 | 111011 |
Color Harmonies of #D5E04B
Complementary color
Monochromatic Colors of #D5E04B
Black with #D5E04B
Text Example
Text Example
White with #D5E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E04B; }
p { color: rgb(213,224,75); }
H1.HeaderClassName
{
color: #D5E04B;
}
.AnyTagClassName
{
color: #D5E04B;
}
</style>
background-color css
<style>
a { background-color: #D5E04B; }
a { background-color: rgb(213,224,75); }
div.DivClassName
{
background-color: #D5E04B;
}
.BgClassName
{
background-color: #D5E04B;
}
</style>
border-color css
<style>
span { border-color: #D5E04B; }
span { border-color: rgb(213,224,75); }
td.TdClassName
{
border-color: #D5E04B;
}
.TagClassName
{
border-color: #D5E04B;
}
</style>