Shades of Screamin' Green #5AF041
Tints of Screamin' Green #5AF041
RGB
CMYK
RGB Variations
Color information
#5AF041 (or 0x5AF041) is known color: Screamin' Green. HEX triplet: 5A, F0 and 41. RGB value is (90,240,65). Sum of RGB (Red+Green+Blue) = 90+240+65=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 240 (94.14% from 255 or 60.76% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF041 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF041 is #A50FBE. Grayscale: #AFAFAF. Windows color (decimal): -10817471 or 4321370. OLE color: 4321370.
HSL color Cylindrical-coordinate representation of color #5AF041: hue angle of 111.43º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AF041 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 65 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.06 |
| HSL | 111.43º | 0.85% | 0.6% | - |
| HSV(B) | 111.43º | 0.73% | 0.94% | - |
| XYZ | 36.33 | 64.88 | 15.61 | - |
| YUV | 175.2 | 65.81 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 65 | 0.62 | 0 | 0.73 | 0.06 | 111.43 | 0.85 | 0.6 |
| Hex | 5A | F0 | 41 | 3E | 0 | 49 | 6 | 6F | 55 | 3C |
| Octal | 132 | 360 | 101 | 76 | 0 | 111 | 6 | 157 | 125 | 74 |
| Binary | 1011010 | 11110000 | 1000001 | 111110 | 0 | 1001001 | 110 | 1101111 | 1010101 | 111100 |
Color Harmonies of #5AF041
Complementary color
Monochromatic Colors of #5AF041
Black with #5AF041
Text Example
Text Example
White with #5AF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF041; }
p { color: rgb(90,240,65); }
H1.HeaderClassName
{
color: #5AF041;
}
.AnyTagClassName
{
color: #5AF041;
}
</style>
background-color css
<style>
a { background-color: #5AF041; }
a { background-color: rgb(90,240,65); }
div.DivClassName
{
background-color: #5AF041;
}
.BgClassName
{
background-color: #5AF041;
}
</style>
border-color css
<style>
span { border-color: #5AF041; }
span { border-color: rgb(90,240,65); }
td.TdClassName
{
border-color: #5AF041;
}
.TagClassName
{
border-color: #5AF041;
}
</style>