Shades of Screamin' Green #5AFE48
Tints of Screamin' Green #5AFE48
RGB
CMYK
RGB Variations
Color information
#5AFE48 (or 0x5AFE48) is known color: Screamin' Green. HEX triplet: 5A, FE and 48. RGB value is (90,254,72). Sum of RGB (Red+Green+Blue) = 90+254+72=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 254 (99.61% from 255 or 61.06% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE48 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFE48 is #A501B7. Grayscale: #B8B8B8. Windows color (decimal): -10813880 or 4783706. OLE color: 4783706.
HSL color Cylindrical-coordinate representation of color #5AFE48: hue angle of 114.07º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AFE48 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 72 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.00 |
| HSL | 114.07º | 0.99% | 0.64% | - |
| HSV(B) | 114.07º | 0.72% | 1% | - |
| XYZ | 40.83 | 73.53 | 18.17 | - |
| YUV | 184.22 | 64.67 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 72 | 0.65 | 0 | 0.72 | 0.00 | 114.07 | 0.99 | 0.64 |
| Hex | 5A | FE | 48 | 41 | 0 | 48 | 0 | 72 | 63 | 40 |
| Octal | 132 | 376 | 110 | 101 | 0 | 110 | 0 | 162 | 143 | 100 |
| Binary | 1011010 | 11111110 | 1001000 | 1000001 | 0 | 1001000 | 0 | 1110010 | 1100011 | 1000000 |
Color Harmonies of #5AFE48
Complementary color
Monochromatic Colors of #5AFE48
Black with #5AFE48
Text Example
Text Example
White with #5AFE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE48; }
p { color: rgb(90,254,72); }
H1.HeaderClassName
{
color: #5AFE48;
}
.AnyTagClassName
{
color: #5AFE48;
}
</style>
background-color css
<style>
a { background-color: #5AFE48; }
a { background-color: rgb(90,254,72); }
div.DivClassName
{
background-color: #5AFE48;
}
.BgClassName
{
background-color: #5AFE48;
}
</style>
border-color css
<style>
span { border-color: #5AFE48; }
span { border-color: rgb(90,254,72); }
td.TdClassName
{
border-color: #5AFE48;
}
.TagClassName
{
border-color: #5AFE48;
}
</style>