Shades of Screamin' Green #4AFB77
Tints of Screamin' Green #4AFB77
RGB
CMYK
RGB Variations
Color information
#4AFB77 (or 0x4AFB77) is known color: Screamin' Green. HEX triplet: 4A, FB and 77. RGB value is (74,251,119). Sum of RGB (Red+Green+Blue) = 74+251+119=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFB77 is #B50488. Grayscale: #B7B7B7. Windows color (decimal): -11863177 or 7863114. OLE color: 7863114.
HSL color Cylindrical-coordinate representation of color #4AFB77: hue angle of 135.25º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFB77 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 119 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.02 |
| HSL | 135.25º | 0.96% | 0.64% | - |
| HSV(B) | 135.25º | 0.71% | 0.98% | - |
| XYZ | 40.65 | 71.78 | 29.17 | - |
| YUV | 183.03 | 91.86 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 119 | 0.71 | 0 | 0.53 | 0.02 | 135.25 | 0.96 | 0.64 |
| Hex | 4A | FB | 77 | 47 | 0 | 35 | 2 | 87 | 60 | 40 |
| Octal | 112 | 373 | 167 | 107 | 0 | 65 | 2 | 207 | 140 | 100 |
| Binary | 1001010 | 11111011 | 1110111 | 1000111 | 0 | 110101 | 10 | 10000111 | 1100000 | 1000000 |
Color Harmonies of #4AFB77
Complementary color
Monochromatic Colors of #4AFB77
Black with #4AFB77
Text Example
Text Example
White with #4AFB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB77; }
p { color: rgb(74,251,119); }
H1.HeaderClassName
{
color: #4AFB77;
}
.AnyTagClassName
{
color: #4AFB77;
}
</style>
background-color css
<style>
a { background-color: #4AFB77; }
a { background-color: rgb(74,251,119); }
div.DivClassName
{
background-color: #4AFB77;
}
.BgClassName
{
background-color: #4AFB77;
}
</style>
border-color css
<style>
span { border-color: #4AFB77; }
span { border-color: rgb(74,251,119); }
td.TdClassName
{
border-color: #4AFB77;
}
.TagClassName
{
border-color: #4AFB77;
}
</style>