Shades of Screamin' Green #4AF96C
Tints of Screamin' Green #4AF96C
RGB
CMYK
RGB Variations
Color information
#4AF96C (or 0x4AF96C) is known color: Screamin' Green. HEX triplet: 4A, F9 and 6C. RGB value is (74,249,108). Sum of RGB (Red+Green+Blue) = 74+249+108=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 249 (97.66% from 255 or 57.77% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF96C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF96C is #B50693. Grayscale: #B4B4B4. Windows color (decimal): -11863700 or 7141706. OLE color: 7141706.
HSL color Cylindrical-coordinate representation of color #4AF96C: hue angle of 131.66º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF96C is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 108 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.02 |
| HSL | 131.66º | 0.94% | 0.63% | - |
| HSV(B) | 131.66º | 0.7% | 0.98% | - |
| XYZ | 39.41 | 70.29 | 25.68 | - |
| YUV | 180.6 | 87.02 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 108 | 0.70 | 0 | 0.57 | 0.02 | 131.66 | 0.94 | 0.63 |
| Hex | 4A | F9 | 6C | 46 | 0 | 39 | 2 | 84 | 5E | 3F |
| Octal | 112 | 371 | 154 | 106 | 0 | 71 | 2 | 204 | 136 | 77 |
| Binary | 1001010 | 11111001 | 1101100 | 1000110 | 0 | 111001 | 10 | 10000100 | 1011110 | 111111 |
Color Harmonies of #4AF96C
Complementary color
Monochromatic Colors of #4AF96C
Black with #4AF96C
Text Example
Text Example
White with #4AF96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF96C; }
p { color: rgb(74,249,108); }
H1.HeaderClassName
{
color: #4AF96C;
}
.AnyTagClassName
{
color: #4AF96C;
}
</style>
background-color css
<style>
a { background-color: #4AF96C; }
a { background-color: rgb(74,249,108); }
div.DivClassName
{
background-color: #4AF96C;
}
.BgClassName
{
background-color: #4AF96C;
}
</style>
border-color css
<style>
span { border-color: #4AF96C; }
span { border-color: rgb(74,249,108); }
td.TdClassName
{
border-color: #4AF96C;
}
.TagClassName
{
border-color: #4AF96C;
}
</style>