Shades of Screamin' Green #4AF248
Tints of Screamin' Green #4AF248
RGB
CMYK
RGB Variations
Color information
#4AF248 (or 0x4AF248) is known color: Screamin' Green. HEX triplet: 4A, F2 and 48. RGB value is (74,242,72). Sum of RGB (Red+Green+Blue) = 74+242+72=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF248 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF248 is #B50DB7. Grayscale: #ACACAC. Windows color (decimal): -11865528 or 4780618. OLE color: 4780618.
HSL color Cylindrical-coordinate representation of color #4AF248: hue angle of 119.29º 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 #4AF248 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 72 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.05 |
| HSL | 119.29º | 0.87% | 0.62% | - |
| HSV(B) | 119.29º | 0.7% | 0.95% | - |
| XYZ | 35.75 | 65.43 | 16.88 | - |
| YUV | 172.39 | 71.34 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 72 | 0.69 | 0 | 0.70 | 0.05 | 119.29 | 0.87 | 0.62 |
| Hex | 4A | F2 | 48 | 45 | 0 | 46 | 5 | 77 | 57 | 3E |
| Octal | 112 | 362 | 110 | 105 | 0 | 106 | 5 | 167 | 127 | 76 |
| Binary | 1001010 | 11110010 | 1001000 | 1000101 | 0 | 1000110 | 101 | 1110111 | 1010111 | 111110 |
Color Harmonies of #4AF248
Complementary color
Monochromatic Colors of #4AF248
Black with #4AF248
Text Example
Text Example
White with #4AF248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF248; }
p { color: rgb(74,242,72); }
H1.HeaderClassName
{
color: #4AF248;
}
.AnyTagClassName
{
color: #4AF248;
}
</style>
background-color css
<style>
a { background-color: #4AF248; }
a { background-color: rgb(74,242,72); }
div.DivClassName
{
background-color: #4AF248;
}
.BgClassName
{
background-color: #4AF248;
}
</style>
border-color css
<style>
span { border-color: #4AF248; }
span { border-color: rgb(74,242,72); }
td.TdClassName
{
border-color: #4AF248;
}
.TagClassName
{
border-color: #4AF248;
}
</style>