Shades of Screamin' Green #4AFB55
Tints of Screamin' Green #4AFB55
RGB
CMYK
RGB Variations
Color information
#4AFB55 (or 0x4AFB55) is known color: Screamin' Green. HEX triplet: 4A, FB and 55. RGB value is (74,251,85). Sum of RGB (Red+Green+Blue) = 74+251+85=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 251 (98.44% from 255 or 61.22% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AFB55 is #B504AA. Grayscale: #B3B3B3. Windows color (decimal): -11863211 or 5634890. OLE color: 5634890.
HSL color Cylindrical-coordinate representation of color #4AFB55: hue angle of 123.73º 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 #4AFB55 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 85 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.02 |
| HSL | 123.73º | 0.96% | 0.64% | - |
| HSV(B) | 123.73º | 0.71% | 0.98% | - |
| XYZ | 38.96 | 71.11 | 20.27 | - |
| YUV | 179.15 | 74.86 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 85 | 0.71 | 0 | 0.66 | 0.02 | 123.73 | 0.96 | 0.64 |
| Hex | 4A | FB | 55 | 47 | 0 | 42 | 2 | 7C | 60 | 40 |
| Octal | 112 | 373 | 125 | 107 | 0 | 102 | 2 | 174 | 140 | 100 |
| Binary | 1001010 | 11111011 | 1010101 | 1000111 | 0 | 1000010 | 10 | 1111100 | 1100000 | 1000000 |
Color Harmonies of #4AFB55
Complementary color
Monochromatic Colors of #4AFB55
Black with #4AFB55
Text Example
Text Example
White with #4AFB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB55; }
p { color: rgb(74,251,85); }
H1.HeaderClassName
{
color: #4AFB55;
}
.AnyTagClassName
{
color: #4AFB55;
}
</style>
background-color css
<style>
a { background-color: #4AFB55; }
a { background-color: rgb(74,251,85); }
div.DivClassName
{
background-color: #4AFB55;
}
.BgClassName
{
background-color: #4AFB55;
}
</style>
border-color css
<style>
span { border-color: #4AFB55; }
span { border-color: rgb(74,251,85); }
td.TdClassName
{
border-color: #4AFB55;
}
.TagClassName
{
border-color: #4AFB55;
}
</style>