Shades of Manz #D0E14F
Tints of Manz #D0E14F
RGB
CMYK
RGB Variations
Color information
#D0E14F (or 0xD0E14F) is known color: Manz. HEX triplet: D0, E1 and 4F. RGB value is (208,225,79). Sum of RGB (Red+Green+Blue) = 208+225+79=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E14F is #2F1EB0. Grayscale: #CBCBCB. Windows color (decimal): -3088049 or 5235152. OLE color: 5235152.
HSL color Cylindrical-coordinate representation of color #D0E14F: hue angle of 66.99º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0E14F is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 79 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.12 |
| HSL | 66.99º | 0.71% | 0.6% | - |
| HSV(B) | 66.99º | 0.65% | 0.88% | - |
| XYZ | 54.35 | 67.82 | 17.62 | - |
| YUV | 203.27 | 57.87 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 79 | 0.08 | 0 | 0.65 | 0.12 | 66.99 | 0.71 | 0.6 |
| Hex | D0 | E1 | 4F | 8 | 0 | 41 | C | 43 | 47 | 3C |
| Octal | 320 | 341 | 117 | 10 | 0 | 101 | 14 | 103 | 107 | 74 |
| Binary | 11010000 | 11100001 | 1001111 | 1000 | 0 | 1000001 | 1100 | 1000011 | 1000111 | 111100 |
Color Harmonies of #D0E14F
Complementary color
Monochromatic Colors of #D0E14F
Black with #D0E14F
Text Example
Text Example
White with #D0E14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E14F; }
p { color: rgb(208,225,79); }
H1.HeaderClassName
{
color: #D0E14F;
}
.AnyTagClassName
{
color: #D0E14F;
}
</style>
background-color css
<style>
a { background-color: #D0E14F; }
a { background-color: rgb(208,225,79); }
div.DivClassName
{
background-color: #D0E14F;
}
.BgClassName
{
background-color: #D0E14F;
}
</style>
border-color css
<style>
span { border-color: #D0E14F; }
span { border-color: rgb(208,225,79); }
td.TdClassName
{
border-color: #D0E14F;
}
.TagClassName
{
border-color: #D0E14F;
}
</style>