Shades of Screamin' Green #4AF941
Tints of Screamin' Green #4AF941
RGB
CMYK
RGB Variations
Color information
#4AF941 (or 0x4AF941) is known color: Screamin' Green. HEX triplet: 4A, F9 and 41. RGB value is (74,249,65). Sum of RGB (Red+Green+Blue) = 74+249+65=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 249 (97.66% from 255 or 64.18% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF941 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF941 is #B506BE. Grayscale: #B0B0B0. Windows color (decimal): -11863743 or 4323658. OLE color: 4323658.
HSL color Cylindrical-coordinate representation of color #4AF941: hue angle of 117.07º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AF941 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 65 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.02 |
| HSL | 117.07º | 0.94% | 0.62% | - |
| HSV(B) | 117.07º | 0.74% | 0.98% | - |
| XYZ | 37.65 | 69.59 | 16.45 | - |
| YUV | 175.7 | 65.52 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 65 | 0.70 | 0 | 0.74 | 0.02 | 117.07 | 0.94 | 0.62 |
| Hex | 4A | F9 | 41 | 46 | 0 | 4A | 2 | 75 | 5E | 3E |
| Octal | 112 | 371 | 101 | 106 | 0 | 112 | 2 | 165 | 136 | 76 |
| Binary | 1001010 | 11111001 | 1000001 | 1000110 | 0 | 1001010 | 10 | 1110101 | 1011110 | 111110 |
Color Harmonies of #4AF941
Complementary color
Monochromatic Colors of #4AF941
Black with #4AF941
Text Example
Text Example
White with #4AF941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF941; }
p { color: rgb(74,249,65); }
H1.HeaderClassName
{
color: #4AF941;
}
.AnyTagClassName
{
color: #4AF941;
}
</style>
background-color css
<style>
a { background-color: #4AF941; }
a { background-color: rgb(74,249,65); }
div.DivClassName
{
background-color: #4AF941;
}
.BgClassName
{
background-color: #4AF941;
}
</style>
border-color css
<style>
span { border-color: #4AF941; }
span { border-color: rgb(74,249,65); }
td.TdClassName
{
border-color: #4AF941;
}
.TagClassName
{
border-color: #4AF941;
}
</style>