Shades of Screamin' Green #5AF45A
Tints of Screamin' Green #5AF45A
RGB
CMYK
RGB Variations
Color information
#5AF45A (or 0x5AF45A) is known color: Screamin' Green. HEX triplet: 5A, F4 and 5A. RGB value is (90,244,90). Sum of RGB (Red+Green+Blue) = 90+244+90=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 244 (95.70% from 255 or 57.55% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF45A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF45A is #A50BA5. Grayscale: #B4B4B4. Windows color (decimal): -10816422 or 5960794. OLE color: 5960794.
HSL color Cylindrical-coordinate representation of color #5AF45A: hue angle of 120º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF45A is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 90 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.04 |
| HSL | 120º | 0.88% | 0.65% | - |
| HSV(B) | 120º | 0.63% | 0.96% | - |
| XYZ | 38.41 | 67.61 | 20.7 | - |
| YUV | 180.4 | 76.98 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 90 | 0.63 | 0 | 0.63 | 0.04 | 120 | 0.88 | 0.65 |
| Hex | 5A | F4 | 5A | 3F | 0 | 3F | 4 | 78 | 58 | 41 |
| Octal | 132 | 364 | 132 | 77 | 0 | 77 | 4 | 170 | 130 | 101 |
| Binary | 1011010 | 11110100 | 1011010 | 111111 | 0 | 111111 | 100 | 1111000 | 1011000 | 1000001 |
Color Harmonies of #5AF45A
Complementary color
Monochromatic Colors of #5AF45A
Black with #5AF45A
Text Example
Text Example
White with #5AF45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF45A; }
p { color: rgb(90,244,90); }
H1.HeaderClassName
{
color: #5AF45A;
}
.AnyTagClassName
{
color: #5AF45A;
}
</style>
background-color css
<style>
a { background-color: #5AF45A; }
a { background-color: rgb(90,244,90); }
div.DivClassName
{
background-color: #5AF45A;
}
.BgClassName
{
background-color: #5AF45A;
}
</style>
border-color css
<style>
span { border-color: #5AF45A; }
span { border-color: rgb(90,244,90); }
td.TdClassName
{
border-color: #5AF45A;
}
.TagClassName
{
border-color: #5AF45A;
}
</style>