Shades of Screamin' Green #4AFC6E
Tints of Screamin' Green #4AFC6E
RGB
CMYK
RGB Variations
Color information
#4AFC6E (or 0x4AFC6E) is known color: Screamin' Green. HEX triplet: 4A, FC and 6E. RGB value is (74,252,110). Sum of RGB (Red+Green+Blue) = 74+252+110=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFC6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFC6E is #B50391. Grayscale: #B6B6B6. Windows color (decimal): -11862930 or 7273546. OLE color: 7273546.
HSL color Cylindrical-coordinate representation of color #4AFC6E: hue angle of 132.13º 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 #4AFC6E is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 110 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.01 |
| HSL | 132.13º | 0.97% | 0.64% | - |
| HSV(B) | 132.13º | 0.71% | 0.99% | - |
| XYZ | 40.45 | 72.2 | 26.56 | - |
| YUV | 182.59 | 87.03 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 110 | 0.71 | 0 | 0.56 | 0.01 | 132.13 | 0.97 | 0.64 |
| Hex | 4A | FC | 6E | 47 | 0 | 38 | 1 | 84 | 61 | 40 |
| Octal | 112 | 374 | 156 | 107 | 0 | 70 | 1 | 204 | 141 | 100 |
| Binary | 1001010 | 11111100 | 1101110 | 1000111 | 0 | 111000 | 1 | 10000100 | 1100001 | 1000000 |
Color Harmonies of #4AFC6E
Complementary color
Monochromatic Colors of #4AFC6E
Black with #4AFC6E
Text Example
Text Example
White with #4AFC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFC6E; }
p { color: rgb(74,252,110); }
H1.HeaderClassName
{
color: #4AFC6E;
}
.AnyTagClassName
{
color: #4AFC6E;
}
</style>
background-color css
<style>
a { background-color: #4AFC6E; }
a { background-color: rgb(74,252,110); }
div.DivClassName
{
background-color: #4AFC6E;
}
.BgClassName
{
background-color: #4AFC6E;
}
</style>
border-color css
<style>
span { border-color: #4AFC6E; }
span { border-color: rgb(74,252,110); }
td.TdClassName
{
border-color: #4AFC6E;
}
.TagClassName
{
border-color: #4AFC6E;
}
</style>