Shades of Screamin' Green #4AF84B
Tints of Screamin' Green #4AF84B
RGB
CMYK
RGB Variations
Color information
#4AF84B (or 0x4AF84B) is known color: Screamin' Green. HEX triplet: 4A, F8 and 4B. RGB value is (74,248,75). Sum of RGB (Red+Green+Blue) = 74+248+75=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 248 (97.27% from 255 or 62.47% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF84B is #B507B4. Grayscale: #B0B0B0. Windows color (decimal): -11863989 or 4978762. OLE color: 4978762.
HSL color Cylindrical-coordinate representation of color #4AF84B: hue angle of 120.34º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF84B is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 75 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.03 |
| HSL | 120.34º | 0.93% | 0.63% | - |
| HSV(B) | 120.34º | 0.7% | 0.97% | - |
| XYZ | 37.66 | 69.1 | 18.01 | - |
| YUV | 176.25 | 70.85 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 75 | 0.70 | 0 | 0.70 | 0.03 | 120.34 | 0.93 | 0.63 |
| Hex | 4A | F8 | 4B | 46 | 0 | 46 | 3 | 78 | 5D | 3F |
| Octal | 112 | 370 | 113 | 106 | 0 | 106 | 3 | 170 | 135 | 77 |
| Binary | 1001010 | 11111000 | 1001011 | 1000110 | 0 | 1000110 | 11 | 1111000 | 1011101 | 111111 |
Color Harmonies of #4AF84B
Complementary color
Monochromatic Colors of #4AF84B
Black with #4AF84B
Text Example
Text Example
White with #4AF84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF84B; }
p { color: rgb(74,248,75); }
H1.HeaderClassName
{
color: #4AF84B;
}
.AnyTagClassName
{
color: #4AF84B;
}
</style>
background-color css
<style>
a { background-color: #4AF84B; }
a { background-color: rgb(74,248,75); }
div.DivClassName
{
background-color: #4AF84B;
}
.BgClassName
{
background-color: #4AF84B;
}
</style>
border-color css
<style>
span { border-color: #4AF84B; }
span { border-color: rgb(74,248,75); }
td.TdClassName
{
border-color: #4AF84B;
}
.TagClassName
{
border-color: #4AF84B;
}
</style>