Shades of Screamin' Green #5AFE4A
Tints of Screamin' Green #5AFE4A
RGB
CMYK
RGB Variations
Color information
#5AFE4A (or 0x5AFE4A) is known color: Screamin' Green. HEX triplet: 5A, FE and 4A. RGB value is (90,254,74). Sum of RGB (Red+Green+Blue) = 90+254+74=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 254 (99.61% from 255 or 60.77% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFE4A is #A501B5. Grayscale: #B9B9B9. Windows color (decimal): -10813878 or 4914778. OLE color: 4914778.
HSL color Cylindrical-coordinate representation of color #5AFE4A: hue angle of 114.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AFE4A is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 74 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.00 |
| HSL | 114.67º | 0.99% | 0.64% | - |
| HSV(B) | 114.67º | 0.71% | 1% | - |
| XYZ | 40.89 | 73.55 | 18.52 | - |
| YUV | 184.44 | 65.67 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 74 | 0.65 | 0 | 0.71 | 0.00 | 114.67 | 0.99 | 0.64 |
| Hex | 5A | FE | 4A | 41 | 0 | 47 | 0 | 73 | 63 | 40 |
| Octal | 132 | 376 | 112 | 101 | 0 | 107 | 0 | 163 | 143 | 100 |
| Binary | 1011010 | 11111110 | 1001010 | 1000001 | 0 | 1000111 | 0 | 1110011 | 1100011 | 1000000 |
Color Harmonies of #5AFE4A
Complementary color
Monochromatic Colors of #5AFE4A
Black with #5AFE4A
Text Example
Text Example
White with #5AFE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE4A; }
p { color: rgb(90,254,74); }
H1.HeaderClassName
{
color: #5AFE4A;
}
.AnyTagClassName
{
color: #5AFE4A;
}
</style>
background-color css
<style>
a { background-color: #5AFE4A; }
a { background-color: rgb(90,254,74); }
div.DivClassName
{
background-color: #5AFE4A;
}
.BgClassName
{
background-color: #5AFE4A;
}
</style>
border-color css
<style>
span { border-color: #5AFE4A; }
span { border-color: rgb(90,254,74); }
td.TdClassName
{
border-color: #5AFE4A;
}
.TagClassName
{
border-color: #5AFE4A;
}
</style>