Shades of Screamin' Green #4AFE76
Tints of Screamin' Green #4AFE76
RGB
CMYK
RGB Variations
Color information
#4AFE76 (or 0x4AFE76) is known color: Screamin' Green. HEX triplet: 4A, FE and 76. RGB value is (74,254,118). Sum of RGB (Red+Green+Blue) = 74+254+118=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFE76 is #B50189. Grayscale: #B9B9B9. Windows color (decimal): -11862410 or 7798346. OLE color: 7798346.
HSL color Cylindrical-coordinate representation of color #4AFE76: hue angle of 134.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFE76 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 118 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.00 |
| HSL | 134.67º | 0.99% | 0.64% | - |
| HSV(B) | 134.67º | 0.71% | 1% | - |
| XYZ | 41.54 | 73.65 | 29.17 | - |
| YUV | 184.68 | 90.37 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 118 | 0.71 | 0 | 0.54 | 0.00 | 134.67 | 0.99 | 0.64 |
| Hex | 4A | FE | 76 | 47 | 0 | 36 | 0 | 87 | 63 | 40 |
| Octal | 112 | 376 | 166 | 107 | 0 | 66 | 0 | 207 | 143 | 100 |
| Binary | 1001010 | 11111110 | 1110110 | 1000111 | 0 | 110110 | 0 | 10000111 | 1100011 | 1000000 |
Color Harmonies of #4AFE76
Complementary color
Monochromatic Colors of #4AFE76
Black with #4AFE76
Text Example
Text Example
White with #4AFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE76; }
p { color: rgb(74,254,118); }
H1.HeaderClassName
{
color: #4AFE76;
}
.AnyTagClassName
{
color: #4AFE76;
}
</style>
background-color css
<style>
a { background-color: #4AFE76; }
a { background-color: rgb(74,254,118); }
div.DivClassName
{
background-color: #4AFE76;
}
.BgClassName
{
background-color: #4AFE76;
}
</style>
border-color css
<style>
span { border-color: #4AFE76; }
span { border-color: rgb(74,254,118); }
td.TdClassName
{
border-color: #4AFE76;
}
.TagClassName
{
border-color: #4AFE76;
}
</style>