Shades of Screamin' Green #4AF83D
Tints of Screamin' Green #4AF83D
RGB
CMYK
RGB Variations
Color information
#4AF83D (or 0x4AF83D) is known color: Screamin' Green. HEX triplet: 4A, F8 and 3D. RGB value is (74,248,61). Sum of RGB (Red+Green+Blue) = 74+248+61=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 248 (97.27% from 255 or 64.75% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF83D is #B507C2. Grayscale: #AFAFAF. Windows color (decimal): -11864003 or 4061258. OLE color: 4061258.
HSL color Cylindrical-coordinate representation of color #4AF83D: hue angle of 115.83º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AF83D is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 61 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.03 |
| HSL | 115.83º | 0.93% | 0.61% | - |
| HSV(B) | 115.83º | 0.75% | 0.97% | - |
| XYZ | 37.23 | 68.93 | 15.76 | - |
| YUV | 174.66 | 63.85 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 61 | 0.70 | 0 | 0.75 | 0.03 | 115.83 | 0.93 | 0.61 |
| Hex | 4A | F8 | 3D | 46 | 0 | 4B | 3 | 74 | 5D | 3D |
| Octal | 112 | 370 | 75 | 106 | 0 | 113 | 3 | 164 | 135 | 75 |
| Binary | 1001010 | 11111000 | 111101 | 1000110 | 0 | 1001011 | 11 | 1110100 | 1011101 | 111101 |
Color Harmonies of #4AF83D
Complementary color
Monochromatic Colors of #4AF83D
Black with #4AF83D
Text Example
Text Example
White with #4AF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF83D; }
p { color: rgb(74,248,61); }
H1.HeaderClassName
{
color: #4AF83D;
}
.AnyTagClassName
{
color: #4AF83D;
}
</style>
background-color css
<style>
a { background-color: #4AF83D; }
a { background-color: rgb(74,248,61); }
div.DivClassName
{
background-color: #4AF83D;
}
.BgClassName
{
background-color: #4AF83D;
}
</style>
border-color css
<style>
span { border-color: #4AF83D; }
span { border-color: rgb(74,248,61); }
td.TdClassName
{
border-color: #4AF83D;
}
.TagClassName
{
border-color: #4AF83D;
}
</style>