Shades of Screamin' Green #4AFB6E
Tints of Screamin' Green #4AFB6E
RGB
CMYK
RGB Variations
Color information
#4AFB6E (or 0x4AFB6E) is known color: Screamin' Green. HEX triplet: 4A, FB and 6E. RGB value is (74,251,110). Sum of RGB (Red+Green+Blue) = 74+251+110=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 251 (98.44% from 255 or 57.70% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFB6E is #B50491. Grayscale: #B6B6B6. Windows color (decimal): -11863186 or 7273290. OLE color: 7273290.
HSL color Cylindrical-coordinate representation of color #4AFB6E: hue angle of 132.2º 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 #4AFB6E is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 110 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.02 |
| HSL | 132.2º | 0.96% | 0.64% | - |
| HSV(B) | 132.2º | 0.71% | 0.98% | - |
| XYZ | 40.14 | 71.58 | 26.45 | - |
| YUV | 182 | 87.36 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 110 | 0.71 | 0 | 0.56 | 0.02 | 132.2 | 0.96 | 0.64 |
| Hex | 4A | FB | 6E | 47 | 0 | 38 | 2 | 84 | 60 | 40 |
| Octal | 112 | 373 | 156 | 107 | 0 | 70 | 2 | 204 | 140 | 100 |
| Binary | 1001010 | 11111011 | 1101110 | 1000111 | 0 | 111000 | 10 | 10000100 | 1100000 | 1000000 |
Color Harmonies of #4AFB6E
Complementary color
Monochromatic Colors of #4AFB6E
Black with #4AFB6E
Text Example
Text Example
White with #4AFB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB6E; }
p { color: rgb(74,251,110); }
H1.HeaderClassName
{
color: #4AFB6E;
}
.AnyTagClassName
{
color: #4AFB6E;
}
</style>
background-color css
<style>
a { background-color: #4AFB6E; }
a { background-color: rgb(74,251,110); }
div.DivClassName
{
background-color: #4AFB6E;
}
.BgClassName
{
background-color: #4AFB6E;
}
</style>
border-color css
<style>
span { border-color: #4AFB6E; }
span { border-color: rgb(74,251,110); }
td.TdClassName
{
border-color: #4AFB6E;
}
.TagClassName
{
border-color: #4AFB6E;
}
</style>