Shades of Screamin' Green #4AF249
Tints of Screamin' Green #4AF249
RGB
CMYK
RGB Variations
Color information
#4AF249 (or 0x4AF249) is known color: Screamin' Green. HEX triplet: 4A, F2 and 49. RGB value is (74,242,73). Sum of RGB (Red+Green+Blue) = 74+242+73=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 242 (94.92% from 255 or 62.21% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF249 is #B50DB6. Grayscale: #ADADAD. Windows color (decimal): -11865527 or 4846154. OLE color: 4846154.
HSL color Cylindrical-coordinate representation of color #4AF249: hue angle of 119.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF249 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 73 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.05 |
| HSL | 119.65º | 0.87% | 0.62% | - |
| HSV(B) | 119.65º | 0.7% | 0.95% | - |
| XYZ | 35.78 | 65.44 | 17.05 | - |
| YUV | 172.5 | 71.84 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 73 | 0.69 | 0 | 0.70 | 0.05 | 119.65 | 0.87 | 0.62 |
| Hex | 4A | F2 | 49 | 45 | 0 | 46 | 5 | 78 | 57 | 3E |
| Octal | 112 | 362 | 111 | 105 | 0 | 106 | 5 | 170 | 127 | 76 |
| Binary | 1001010 | 11110010 | 1001001 | 1000101 | 0 | 1000110 | 101 | 1111000 | 1010111 | 111110 |
Color Harmonies of #4AF249
Complementary color
Monochromatic Colors of #4AF249
Black with #4AF249
Text Example
Text Example
White with #4AF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF249; }
p { color: rgb(74,242,73); }
H1.HeaderClassName
{
color: #4AF249;
}
.AnyTagClassName
{
color: #4AF249;
}
</style>
background-color css
<style>
a { background-color: #4AF249; }
a { background-color: rgb(74,242,73); }
div.DivClassName
{
background-color: #4AF249;
}
.BgClassName
{
background-color: #4AF249;
}
</style>
border-color css
<style>
span { border-color: #4AF249; }
span { border-color: rgb(74,242,73); }
td.TdClassName
{
border-color: #4AF249;
}
.TagClassName
{
border-color: #4AF249;
}
</style>