Shades of Screamin' Green #4AF940
Tints of Screamin' Green #4AF940
RGB
CMYK
RGB Variations
Color information
#4AF940 (or 0x4AF940) is known color: Screamin' Green. HEX triplet: 4A, F9 and 40. RGB value is (74,249,64). Sum of RGB (Red+Green+Blue) = 74+249+64=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 249 (97.66% from 255 or 64.34% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF940 is #B506BF. Grayscale: #B0B0B0. Windows color (decimal): -11863744 or 4258122. OLE color: 4258122.
HSL color Cylindrical-coordinate representation of color #4AF940: hue angle of 116.76º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AF940 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 64 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.02 |
| HSL | 116.76º | 0.94% | 0.61% | - |
| HSV(B) | 116.76º | 0.74% | 0.98% | - |
| XYZ | 37.63 | 69.58 | 16.3 | - |
| YUV | 175.59 | 65.02 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 64 | 0.70 | 0 | 0.74 | 0.02 | 116.76 | 0.94 | 0.61 |
| Hex | 4A | F9 | 40 | 46 | 0 | 4A | 2 | 75 | 5E | 3D |
| Octal | 112 | 371 | 100 | 106 | 0 | 112 | 2 | 165 | 136 | 75 |
| Binary | 1001010 | 11111001 | 1000000 | 1000110 | 0 | 1001010 | 10 | 1110101 | 1011110 | 111101 |
Color Harmonies of #4AF940
Complementary color
Monochromatic Colors of #4AF940
Black with #4AF940
Text Example
Text Example
White with #4AF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF940; }
p { color: rgb(74,249,64); }
H1.HeaderClassName
{
color: #4AF940;
}
.AnyTagClassName
{
color: #4AF940;
}
</style>
background-color css
<style>
a { background-color: #4AF940; }
a { background-color: rgb(74,249,64); }
div.DivClassName
{
background-color: #4AF940;
}
.BgClassName
{
background-color: #4AF940;
}
</style>
border-color css
<style>
span { border-color: #4AF940; }
span { border-color: rgb(74,249,64); }
td.TdClassName
{
border-color: #4AF940;
}
.TagClassName
{
border-color: #4AF940;
}
</style>