Shades of Screamin' Green #4AF45B
Tints of Screamin' Green #4AF45B
RGB
CMYK
RGB Variations
Color information
#4AF45B (or 0x4AF45B) is known color: Screamin' Green. HEX triplet: 4A, F4 and 5B. RGB value is (74,244,91). Sum of RGB (Red+Green+Blue) = 74+244+91=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 244 (95.70% from 255 or 59.66% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF45B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF45B is #B50BA4. Grayscale: #B0B0B0. Windows color (decimal): -11864997 or 6026314. OLE color: 6026314.
HSL color Cylindrical-coordinate representation of color #4AF45B: hue angle of 126º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF45B is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 91 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.04 |
| HSL | 126º | 0.89% | 0.62% | - |
| HSV(B) | 126º | 0.7% | 0.96% | - |
| XYZ | 37.06 | 66.91 | 20.86 | - |
| YUV | 175.73 | 80.18 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 91 | 0.70 | 0 | 0.63 | 0.04 | 126 | 0.89 | 0.62 |
| Hex | 4A | F4 | 5B | 46 | 0 | 3F | 4 | 7E | 59 | 3E |
| Octal | 112 | 364 | 133 | 106 | 0 | 77 | 4 | 176 | 131 | 76 |
| Binary | 1001010 | 11110100 | 1011011 | 1000110 | 0 | 111111 | 100 | 1111110 | 1011001 | 111110 |
Color Harmonies of #4AF45B
Complementary color
Monochromatic Colors of #4AF45B
Black with #4AF45B
Text Example
Text Example
White with #4AF45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF45B; }
p { color: rgb(74,244,91); }
H1.HeaderClassName
{
color: #4AF45B;
}
.AnyTagClassName
{
color: #4AF45B;
}
</style>
background-color css
<style>
a { background-color: #4AF45B; }
a { background-color: rgb(74,244,91); }
div.DivClassName
{
background-color: #4AF45B;
}
.BgClassName
{
background-color: #4AF45B;
}
</style>
border-color css
<style>
span { border-color: #4AF45B; }
span { border-color: rgb(74,244,91); }
td.TdClassName
{
border-color: #4AF45B;
}
.TagClassName
{
border-color: #4AF45B;
}
</style>