Shades of Manz #E0F34C
Tints of Manz #E0F34C
RGB
CMYK
RGB Variations
Color information
#E0F34C (or 0xE0F34C) is known color: Manz. HEX triplet: E0, F3 and 4C. RGB value is (224,243,76). Sum of RGB (Red+Green+Blue) = 224+243+76=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 76 (30.08% from 255 or 14.00% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F34C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F34C is #1F0CB3. Grayscale: #DADADA. Windows color (decimal): -2034868 or 5043168. OLE color: 5043168.
HSL color Cylindrical-coordinate representation of color #E0F34C: hue angle of 66.83º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0F34C is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 243 | 76 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.05 |
| HSL | 66.83º | 0.87% | 0.63% | - |
| HSV(B) | 66.83º | 0.69% | 0.95% | - |
| XYZ | 64.1 | 80.47 | 18.99 | - |
| YUV | 218.28 | 47.71 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 243 | 76 | 0.08 | 0 | 0.69 | 0.05 | 66.83 | 0.87 | 0.63 |
| Hex | E0 | F3 | 4C | 8 | 0 | 45 | 5 | 43 | 57 | 3F |
| Octal | 340 | 363 | 114 | 10 | 0 | 105 | 5 | 103 | 127 | 77 |
| Binary | 11100000 | 11110011 | 1001100 | 1000 | 0 | 1000101 | 101 | 1000011 | 1010111 | 111111 |
Color Harmonies of #E0F34C
Complementary color
Monochromatic Colors of #E0F34C
Black with #E0F34C
Text Example
Text Example
White with #E0F34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F34C; }
p { color: rgb(224,243,76); }
H1.HeaderClassName
{
color: #E0F34C;
}
.AnyTagClassName
{
color: #E0F34C;
}
</style>
background-color css
<style>
a { background-color: #E0F34C; }
a { background-color: rgb(224,243,76); }
div.DivClassName
{
background-color: #E0F34C;
}
.BgClassName
{
background-color: #E0F34C;
}
</style>
border-color css
<style>
span { border-color: #E0F34C; }
span { border-color: rgb(224,243,76); }
td.TdClassName
{
border-color: #E0F34C;
}
.TagClassName
{
border-color: #E0F34C;
}
</style>