Shades of Screamin' Green #4AFC7D
Tints of Screamin' Green #4AFC7D
RGB
CMYK
RGB Variations
Color information
#4AFC7D (or 0x4AFC7D) is known color: Screamin' Green. HEX triplet: 4A, FC and 7D. RGB value is (74,252,125). Sum of RGB (Red+Green+Blue) = 74+252+125=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 252 (98.83% from 255 or 55.88% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFC7D is #B50382. Grayscale: #B8B8B8. Windows color (decimal): -11862915 or 8256586. OLE color: 8256586.
HSL color Cylindrical-coordinate representation of color #4AFC7D: hue angle of 137.19º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFC7D is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 125 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.01 |
| HSL | 137.19º | 0.97% | 0.64% | - |
| HSV(B) | 137.19º | 0.71% | 0.99% | - |
| XYZ | 41.34 | 72.56 | 31.23 | - |
| YUV | 184.3 | 94.53 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 125 | 0.71 | 0 | 0.50 | 0.01 | 137.19 | 0.97 | 0.64 |
| Hex | 4A | FC | 7D | 47 | 0 | 32 | 1 | 89 | 61 | 40 |
| Octal | 112 | 374 | 175 | 107 | 0 | 62 | 1 | 211 | 141 | 100 |
| Binary | 1001010 | 11111100 | 1111101 | 1000111 | 0 | 110010 | 1 | 10001001 | 1100001 | 1000000 |
Color Harmonies of #4AFC7D
Complementary color
Monochromatic Colors of #4AFC7D
Black with #4AFC7D
Text Example
Text Example
White with #4AFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC7D; }
p { color: rgb(74,252,125); }
H1.HeaderClassName
{
color: #4AFC7D;
}
.AnyTagClassName
{
color: #4AFC7D;
}
</style>
background-color css
<style>
a { background-color: #4AFC7D; }
a { background-color: rgb(74,252,125); }
div.DivClassName
{
background-color: #4AFC7D;
}
.BgClassName
{
background-color: #4AFC7D;
}
</style>
border-color css
<style>
span { border-color: #4AFC7D; }
span { border-color: rgb(74,252,125); }
td.TdClassName
{
border-color: #4AFC7D;
}
.TagClassName
{
border-color: #4AFC7D;
}
</style>