Shades of Screamin' Green #4AF15B
Tints of Screamin' Green #4AF15B
RGB
CMYK
RGB Variations
Color information
#4AF15B (or 0x4AF15B) is known color: Screamin' Green. HEX triplet: 4A, F1 and 5B. RGB value is (74,241,91). Sum of RGB (Red+Green+Blue) = 74+241+91=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF15B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF15B is #B50EA4. Grayscale: #AEAEAE. Windows color (decimal): -11865765 or 6025546. OLE color: 6025546.
HSL color Cylindrical-coordinate representation of color #4AF15B: hue angle of 126.11º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF15B is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 91 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.05 |
| HSL | 126.11º | 0.86% | 0.62% | - |
| HSV(B) | 126.11º | 0.69% | 0.95% | - |
| XYZ | 36.17 | 65.12 | 20.56 | - |
| YUV | 173.97 | 81.17 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 91 | 0.69 | 0 | 0.62 | 0.05 | 126.11 | 0.86 | 0.62 |
| Hex | 4A | F1 | 5B | 45 | 0 | 3E | 5 | 7E | 56 | 3E |
| Octal | 112 | 361 | 133 | 105 | 0 | 76 | 5 | 176 | 126 | 76 |
| Binary | 1001010 | 11110001 | 1011011 | 1000101 | 0 | 111110 | 101 | 1111110 | 1010110 | 111110 |
Color Harmonies of #4AF15B
Complementary color
Monochromatic Colors of #4AF15B
Black with #4AF15B
Text Example
Text Example
White with #4AF15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF15B; }
p { color: rgb(74,241,91); }
H1.HeaderClassName
{
color: #4AF15B;
}
.AnyTagClassName
{
color: #4AF15B;
}
</style>
background-color css
<style>
a { background-color: #4AF15B; }
a { background-color: rgb(74,241,91); }
div.DivClassName
{
background-color: #4AF15B;
}
.BgClassName
{
background-color: #4AF15B;
}
</style>
border-color css
<style>
span { border-color: #4AF15B; }
span { border-color: rgb(74,241,91); }
td.TdClassName
{
border-color: #4AF15B;
}
.TagClassName
{
border-color: #4AF15B;
}
</style>