Shades of Screamin' Green #4AEC68
Tints of Screamin' Green #4AEC68
RGB
CMYK
RGB Variations
Color information
#4AEC68 (or 0x4AEC68) is known color: Screamin' Green. HEX triplet: 4A, EC and 68. RGB value is (74,236,104). Sum of RGB (Red+Green+Blue) = 74+236+104=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 236 (92.58% from 255 or 57.00% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AEC68 is #B51397. Grayscale: #ACACAC. Windows color (decimal): -11867032 or 6876234. OLE color: 6876234.
HSL color Cylindrical-coordinate representation of color #4AEC68: hue angle of 131.11º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEC68 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 236 | 104 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.07 |
| HSL | 131.11º | 0.81% | 0.61% | - |
| HSV(B) | 131.11º | 0.69% | 0.93% | - |
| XYZ | 35.32 | 62.45 | 23.29 | - |
| YUV | 172.51 | 89.33 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 104 | 0.69 | 0 | 0.56 | 0.07 | 131.11 | 0.81 | 0.61 |
| Hex | 4A | EC | 68 | 45 | 0 | 38 | 7 | 83 | 51 | 3D |
| Octal | 112 | 354 | 150 | 105 | 0 | 70 | 7 | 203 | 121 | 75 |
| Binary | 1001010 | 11101100 | 1101000 | 1000101 | 0 | 111000 | 111 | 10000011 | 1010001 | 111101 |
Color Harmonies of #4AEC68
Complementary color
Monochromatic Colors of #4AEC68
Black with #4AEC68
Text Example
Text Example
White with #4AEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEC68; }
p { color: rgb(74,236,104); }
H1.HeaderClassName
{
color: #4AEC68;
}
.AnyTagClassName
{
color: #4AEC68;
}
</style>
background-color css
<style>
a { background-color: #4AEC68; }
a { background-color: rgb(74,236,104); }
div.DivClassName
{
background-color: #4AEC68;
}
.BgClassName
{
background-color: #4AEC68;
}
</style>
border-color css
<style>
span { border-color: #4AEC68; }
span { border-color: rgb(74,236,104); }
td.TdClassName
{
border-color: #4AEC68;
}
.TagClassName
{
border-color: #4AEC68;
}
</style>