Shades of Screamin' Green #5AF05E
Tints of Screamin' Green #5AF05E
RGB
CMYK
RGB Variations
Color information
#5AF05E (or 0x5AF05E) is known color: Screamin' Green. HEX triplet: 5A, F0 and 5E. RGB value is (90,240,94). Sum of RGB (Red+Green+Blue) = 90+240+94=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF05E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF05E is #A50FA1. Grayscale: #B2B2B2. Windows color (decimal): -10817442 or 6221914. OLE color: 6221914.
HSL color Cylindrical-coordinate representation of color #5AF05E: hue angle of 121.6º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF05E is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 94 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.06 |
| HSL | 121.6º | 0.83% | 0.65% | - |
| HSV(B) | 121.6º | 0.63% | 0.94% | - |
| XYZ | 37.4 | 65.3 | 21.22 | - |
| YUV | 178.51 | 80.31 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 94 | 0.62 | 0 | 0.61 | 0.06 | 121.6 | 0.83 | 0.65 |
| Hex | 5A | F0 | 5E | 3E | 0 | 3D | 6 | 7A | 53 | 41 |
| Octal | 132 | 360 | 136 | 76 | 0 | 75 | 6 | 172 | 123 | 101 |
| Binary | 1011010 | 11110000 | 1011110 | 111110 | 0 | 111101 | 110 | 1111010 | 1010011 | 1000001 |
Color Harmonies of #5AF05E
Complementary color
Monochromatic Colors of #5AF05E
Black with #5AF05E
Text Example
Text Example
White with #5AF05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF05E; }
p { color: rgb(90,240,94); }
H1.HeaderClassName
{
color: #5AF05E;
}
.AnyTagClassName
{
color: #5AF05E;
}
</style>
background-color css
<style>
a { background-color: #5AF05E; }
a { background-color: rgb(90,240,94); }
div.DivClassName
{
background-color: #5AF05E;
}
.BgClassName
{
background-color: #5AF05E;
}
</style>
border-color css
<style>
span { border-color: #5AF05E; }
span { border-color: rgb(90,240,94); }
td.TdClassName
{
border-color: #5AF05E;
}
.TagClassName
{
border-color: #5AF05E;
}
</style>