Shades of Screamin' Green #4AF14A
Tints of Screamin' Green #4AF14A
RGB
CMYK
RGB Variations
Color information
#4AF14A (or 0x4AF14A) is known color: Screamin' Green. HEX triplet: 4A, F1 and 4A. RGB value is (74,241,74). Sum of RGB (Red+Green+Blue) = 74+241+74=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF14A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF14A is #B50EB5. Grayscale: #ACACAC. Windows color (decimal): -11865782 or 4911434. OLE color: 4911434.
HSL color Cylindrical-coordinate representation of color #4AF14A: hue angle of 120º 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 #4AF14A is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 74 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.05 |
| HSL | 120º | 0.86% | 0.62% | - |
| HSV(B) | 120º | 0.69% | 0.95% | - |
| XYZ | 35.52 | 64.86 | 17.13 | - |
| YUV | 172.03 | 72.67 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 74 | 0.69 | 0 | 0.69 | 0.05 | 120 | 0.86 | 0.62 |
| Hex | 4A | F1 | 4A | 45 | 0 | 45 | 5 | 78 | 56 | 3E |
| Octal | 112 | 361 | 112 | 105 | 0 | 105 | 5 | 170 | 126 | 76 |
| Binary | 1001010 | 11110001 | 1001010 | 1000101 | 0 | 1000101 | 101 | 1111000 | 1010110 | 111110 |
Color Harmonies of #4AF14A
Complementary color
Monochromatic Colors of #4AF14A
Black with #4AF14A
Text Example
Text Example
White with #4AF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF14A; }
p { color: rgb(74,241,74); }
H1.HeaderClassName
{
color: #4AF14A;
}
.AnyTagClassName
{
color: #4AF14A;
}
</style>
background-color css
<style>
a { background-color: #4AF14A; }
a { background-color: rgb(74,241,74); }
div.DivClassName
{
background-color: #4AF14A;
}
.BgClassName
{
background-color: #4AF14A;
}
</style>
border-color css
<style>
span { border-color: #4AF14A; }
span { border-color: rgb(74,241,74); }
td.TdClassName
{
border-color: #4AF14A;
}
.TagClassName
{
border-color: #4AF14A;
}
</style>