Shades of Screamin' Green #5AF34A
Tints of Screamin' Green #5AF34A
RGB
CMYK
RGB Variations
Color information
#5AF34A (or 0x5AF34A) is known color: Screamin' Green. HEX triplet: 5A, F3 and 4A. RGB value is (90,243,74). Sum of RGB (Red+Green+Blue) = 90+243+74=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 243 (95.31% from 255 or 59.71% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF34A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF34A is #A50CB5. Grayscale: #B2B2B2. Windows color (decimal): -10816694 or 4911962. OLE color: 4911962.
HSL color Cylindrical-coordinate representation of color #5AF34A: hue angle of 114.32º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AF34A is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 74 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.05 |
| HSL | 114.32º | 0.88% | 0.62% | - |
| HSV(B) | 114.32º | 0.7% | 0.95% | - |
| XYZ | 37.5 | 66.77 | 17.39 | - |
| YUV | 177.99 | 69.31 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 74 | 0.63 | 0 | 0.70 | 0.05 | 114.32 | 0.88 | 0.62 |
| Hex | 5A | F3 | 4A | 3F | 0 | 46 | 5 | 72 | 58 | 3E |
| Octal | 132 | 363 | 112 | 77 | 0 | 106 | 5 | 162 | 130 | 76 |
| Binary | 1011010 | 11110011 | 1001010 | 111111 | 0 | 1000110 | 101 | 1110010 | 1011000 | 111110 |
Color Harmonies of #5AF34A
Complementary color
Monochromatic Colors of #5AF34A
Black with #5AF34A
Text Example
Text Example
White with #5AF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF34A; }
p { color: rgb(90,243,74); }
H1.HeaderClassName
{
color: #5AF34A;
}
.AnyTagClassName
{
color: #5AF34A;
}
</style>
background-color css
<style>
a { background-color: #5AF34A; }
a { background-color: rgb(90,243,74); }
div.DivClassName
{
background-color: #5AF34A;
}
.BgClassName
{
background-color: #5AF34A;
}
</style>
border-color css
<style>
span { border-color: #5AF34A; }
span { border-color: rgb(90,243,74); }
td.TdClassName
{
border-color: #5AF34A;
}
.TagClassName
{
border-color: #5AF34A;
}
</style>