Shades of Manz #D6E04B
Tints of Manz #D6E04B
RGB
CMYK
RGB Variations
Color information
#D6E04B (or 0xD6E04B) is known color: Manz. HEX triplet: D6, E0 and 4B. RGB value is (214,224,75). Sum of RGB (Red+Green+Blue) = 214+224+75=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E04B is #291FB4. Grayscale: #CCCCCC. Windows color (decimal): -2695093 or 4972758. OLE color: 4972758.
HSL color Cylindrical-coordinate representation of color #D6E04B: hue angle of 64.03º 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 #D6E04B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 75 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.12 |
| HSL | 64.03º | 0.71% | 0.59% | - |
| HSV(B) | 64.03º | 0.67% | 0.88% | - |
| XYZ | 55.66 | 68.12 | 16.87 | - |
| YUV | 204.02 | 55.19 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 75 | 0.04 | 0 | 0.67 | 0.12 | 64.03 | 0.71 | 0.59 |
| Hex | D6 | E0 | 4B | 4 | 0 | 43 | C | 40 | 47 | 3B |
| Octal | 326 | 340 | 113 | 4 | 0 | 103 | 14 | 100 | 107 | 73 |
| Binary | 11010110 | 11100000 | 1001011 | 100 | 0 | 1000011 | 1100 | 1000000 | 1000111 | 111011 |
Color Harmonies of #D6E04B
Complementary color
Monochromatic Colors of #D6E04B
Black with #D6E04B
Text Example
Text Example
White with #D6E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E04B; }
p { color: rgb(214,224,75); }
H1.HeaderClassName
{
color: #D6E04B;
}
.AnyTagClassName
{
color: #D6E04B;
}
</style>
background-color css
<style>
a { background-color: #D6E04B; }
a { background-color: rgb(214,224,75); }
div.DivClassName
{
background-color: #D6E04B;
}
.BgClassName
{
background-color: #D6E04B;
}
</style>
border-color css
<style>
span { border-color: #D6E04B; }
span { border-color: rgb(214,224,75); }
td.TdClassName
{
border-color: #D6E04B;
}
.TagClassName
{
border-color: #D6E04B;
}
</style>