Shades of Screamin' Green #4AFA6C
Tints of Screamin' Green #4AFA6C
RGB
CMYK
RGB Variations
Color information
#4AFA6C (or 0x4AFA6C) is known color: Screamin' Green. HEX triplet: 4A, FA and 6C. RGB value is (74,250,108). Sum of RGB (Red+Green+Blue) = 74+250+108=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFA6C is #B50593. Grayscale: #B5B5B5. Windows color (decimal): -11863444 or 7141962. OLE color: 7141962.
HSL color Cylindrical-coordinate representation of color #4AFA6C: hue angle of 131.59º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFA6C is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 108 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.02 |
| HSL | 131.59º | 0.95% | 0.64% | - |
| HSV(B) | 131.59º | 0.7% | 0.98% | - |
| XYZ | 39.72 | 70.91 | 25.78 | - |
| YUV | 181.19 | 86.69 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 108 | 0.70 | 0 | 0.57 | 0.02 | 131.59 | 0.95 | 0.64 |
| Hex | 4A | FA | 6C | 46 | 0 | 39 | 2 | 84 | 5F | 40 |
| Octal | 112 | 372 | 154 | 106 | 0 | 71 | 2 | 204 | 137 | 100 |
| Binary | 1001010 | 11111010 | 1101100 | 1000110 | 0 | 111001 | 10 | 10000100 | 1011111 | 1000000 |
Color Harmonies of #4AFA6C
Complementary color
Monochromatic Colors of #4AFA6C
Black with #4AFA6C
Text Example
Text Example
White with #4AFA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFA6C; }
p { color: rgb(74,250,108); }
H1.HeaderClassName
{
color: #4AFA6C;
}
.AnyTagClassName
{
color: #4AFA6C;
}
</style>
background-color css
<style>
a { background-color: #4AFA6C; }
a { background-color: rgb(74,250,108); }
div.DivClassName
{
background-color: #4AFA6C;
}
.BgClassName
{
background-color: #4AFA6C;
}
</style>
border-color css
<style>
span { border-color: #4AFA6C; }
span { border-color: rgb(74,250,108); }
td.TdClassName
{
border-color: #4AFA6C;
}
.TagClassName
{
border-color: #4AFA6C;
}
</style>