Shades of Screamin' Green #4AF14C
Tints of Screamin' Green #4AF14C
RGB
CMYK
RGB Variations
Color information
#4AF14C (or 0x4AF14C) is known color: Screamin' Green. HEX triplet: 4A, F1 and 4C. RGB value is (74,241,76). Sum of RGB (Red+Green+Blue) = 74+241+76=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 241 (94.53% from 255 or 61.64% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF14C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF14C is #B50EB3. Grayscale: #ACACAC. Windows color (decimal): -11865780 or 5042506. OLE color: 5042506.
HSL color Cylindrical-coordinate representation of color #4AF14C: hue angle of 120.72º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF14C is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 76 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.05 |
| HSL | 120.72º | 0.86% | 0.62% | - |
| HSV(B) | 120.72º | 0.69% | 0.95% | - |
| XYZ | 35.58 | 64.89 | 17.49 | - |
| YUV | 172.26 | 73.67 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 76 | 0.69 | 0 | 0.68 | 0.05 | 120.72 | 0.86 | 0.62 |
| Hex | 4A | F1 | 4C | 45 | 0 | 44 | 5 | 79 | 56 | 3E |
| Octal | 112 | 361 | 114 | 105 | 0 | 104 | 5 | 171 | 126 | 76 |
| Binary | 1001010 | 11110001 | 1001100 | 1000101 | 0 | 1000100 | 101 | 1111001 | 1010110 | 111110 |
Color Harmonies of #4AF14C
Complementary color
Monochromatic Colors of #4AF14C
Black with #4AF14C
Text Example
Text Example
White with #4AF14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF14C; }
p { color: rgb(74,241,76); }
H1.HeaderClassName
{
color: #4AF14C;
}
.AnyTagClassName
{
color: #4AF14C;
}
</style>
background-color css
<style>
a { background-color: #4AF14C; }
a { background-color: rgb(74,241,76); }
div.DivClassName
{
background-color: #4AF14C;
}
.BgClassName
{
background-color: #4AF14C;
}
</style>
border-color css
<style>
span { border-color: #4AF14C; }
span { border-color: rgb(74,241,76); }
td.TdClassName
{
border-color: #4AF14C;
}
.TagClassName
{
border-color: #4AF14C;
}
</style>