Shades of Screamin' Green #4AFC5D
Tints of Screamin' Green #4AFC5D
RGB
CMYK
RGB Variations
Color information
#4AFC5D (or 0x4AFC5D) is known color: Screamin' Green. HEX triplet: 4A, FC and 5D. RGB value is (74,252,93). Sum of RGB (Red+Green+Blue) = 74+252+93=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 252 (98.83% from 255 or 60.14% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFC5D is #B503A2. Grayscale: #B5B5B5. Windows color (decimal): -11862947 or 6159434. OLE color: 6159434.
HSL color Cylindrical-coordinate representation of color #4AFC5D: hue angle of 126.4º 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 #4AFC5D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 93 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.01 |
| HSL | 126.4º | 0.97% | 0.64% | - |
| HSV(B) | 126.4º | 0.71% | 0.99% | - |
| XYZ | 39.61 | 71.87 | 22.14 | - |
| YUV | 180.65 | 78.53 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 93 | 0.71 | 0 | 0.63 | 0.01 | 126.4 | 0.97 | 0.64 |
| Hex | 4A | FC | 5D | 47 | 0 | 3F | 1 | 7E | 61 | 40 |
| Octal | 112 | 374 | 135 | 107 | 0 | 77 | 1 | 176 | 141 | 100 |
| Binary | 1001010 | 11111100 | 1011101 | 1000111 | 0 | 111111 | 1 | 1111110 | 1100001 | 1000000 |
Color Harmonies of #4AFC5D
Complementary color
Monochromatic Colors of #4AFC5D
Black with #4AFC5D
Text Example
Text Example
White with #4AFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC5D; }
p { color: rgb(74,252,93); }
H1.HeaderClassName
{
color: #4AFC5D;
}
.AnyTagClassName
{
color: #4AFC5D;
}
</style>
background-color css
<style>
a { background-color: #4AFC5D; }
a { background-color: rgb(74,252,93); }
div.DivClassName
{
background-color: #4AFC5D;
}
.BgClassName
{
background-color: #4AFC5D;
}
</style>
border-color css
<style>
span { border-color: #4AFC5D; }
span { border-color: rgb(74,252,93); }
td.TdClassName
{
border-color: #4AFC5D;
}
.TagClassName
{
border-color: #4AFC5D;
}
</style>