Shades of Screamin' Green #4AFB5C
Tints of Screamin' Green #4AFB5C
RGB
CMYK
RGB Variations
Color information
#4AFB5C (or 0x4AFB5C) is known color: Screamin' Green. HEX triplet: 4A, FB and 5C. RGB value is (74,251,92). Sum of RGB (Red+Green+Blue) = 74+251+92=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 251 (98.44% from 255 or 60.19% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFB5C is #B504A3. Grayscale: #B4B4B4. Windows color (decimal): -11863204 or 6093642. OLE color: 6093642.
HSL color Cylindrical-coordinate representation of color #4AFB5C: hue angle of 126.1º 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 #4AFB5C is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 92 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.02 |
| HSL | 126.1º | 0.96% | 0.64% | - |
| HSV(B) | 126.1º | 0.71% | 0.98% | - |
| XYZ | 39.25 | 71.22 | 21.8 | - |
| YUV | 179.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 92 | 0.71 | 0 | 0.63 | 0.02 | 126.1 | 0.96 | 0.64 |
| Hex | 4A | FB | 5C | 47 | 0 | 3F | 2 | 7E | 60 | 40 |
| Octal | 112 | 373 | 134 | 107 | 0 | 77 | 2 | 176 | 140 | 100 |
| Binary | 1001010 | 11111011 | 1011100 | 1000111 | 0 | 111111 | 10 | 1111110 | 1100000 | 1000000 |
Color Harmonies of #4AFB5C
Complementary color
Monochromatic Colors of #4AFB5C
Black with #4AFB5C
Text Example
Text Example
White with #4AFB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB5C; }
p { color: rgb(74,251,92); }
H1.HeaderClassName
{
color: #4AFB5C;
}
.AnyTagClassName
{
color: #4AFB5C;
}
</style>
background-color css
<style>
a { background-color: #4AFB5C; }
a { background-color: rgb(74,251,92); }
div.DivClassName
{
background-color: #4AFB5C;
}
.BgClassName
{
background-color: #4AFB5C;
}
</style>
border-color css
<style>
span { border-color: #4AFB5C; }
span { border-color: rgb(74,251,92); }
td.TdClassName
{
border-color: #4AFB5C;
}
.TagClassName
{
border-color: #4AFB5C;
}
</style>