Shades of Screamin' Green #4AFB7D
Tints of Screamin' Green #4AFB7D
RGB
CMYK
RGB Variations
Color information
#4AFB7D (or 0x4AFB7D) is known color: Screamin' Green. HEX triplet: 4A, FB and 7D. RGB value is (74,251,125). Sum of RGB (Red+Green+Blue) = 74+251+125=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFB7D is #B50482. Grayscale: #B8B8B8. Windows color (decimal): -11863171 or 8256330. OLE color: 8256330.
HSL color Cylindrical-coordinate representation of color #4AFB7D: hue angle of 137.29º 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 #4AFB7D is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 125 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.02 |
| HSL | 137.29º | 0.96% | 0.64% | - |
| HSV(B) | 137.29º | 0.71% | 0.98% | - |
| XYZ | 41.02 | 71.93 | 31.12 | - |
| YUV | 183.71 | 94.86 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 125 | 0.71 | 0 | 0.50 | 0.02 | 137.29 | 0.96 | 0.64 |
| Hex | 4A | FB | 7D | 47 | 0 | 32 | 2 | 89 | 60 | 40 |
| Octal | 112 | 373 | 175 | 107 | 0 | 62 | 2 | 211 | 140 | 100 |
| Binary | 1001010 | 11111011 | 1111101 | 1000111 | 0 | 110010 | 10 | 10001001 | 1100000 | 1000000 |
Color Harmonies of #4AFB7D
Complementary color
Monochromatic Colors of #4AFB7D
Black with #4AFB7D
Text Example
Text Example
White with #4AFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB7D; }
p { color: rgb(74,251,125); }
H1.HeaderClassName
{
color: #4AFB7D;
}
.AnyTagClassName
{
color: #4AFB7D;
}
</style>
background-color css
<style>
a { background-color: #4AFB7D; }
a { background-color: rgb(74,251,125); }
div.DivClassName
{
background-color: #4AFB7D;
}
.BgClassName
{
background-color: #4AFB7D;
}
</style>
border-color css
<style>
span { border-color: #4AFB7D; }
span { border-color: rgb(74,251,125); }
td.TdClassName
{
border-color: #4AFB7D;
}
.TagClassName
{
border-color: #4AFB7D;
}
</style>