Shades of Screamin' Green #5AFE52
Tints of Screamin' Green #5AFE52
RGB
CMYK
RGB Variations
Color information
#5AFE52 (or 0x5AFE52) is known color: Screamin' Green. HEX triplet: 5A, FE and 52. RGB value is (90,254,82). Sum of RGB (Red+Green+Blue) = 90+254+82=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 254 (99.61% from 255 or 59.62% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFE52 is #A501AD. Grayscale: #B9B9B9. Windows color (decimal): -10813870 or 5439066. OLE color: 5439066.
HSL color Cylindrical-coordinate representation of color #5AFE52: hue angle of 117.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AFE52 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 82 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.00 |
| HSL | 117.21º | 0.99% | 0.66% | - |
| HSV(B) | 117.21º | 0.68% | 1% | - |
| XYZ | 41.18 | 73.67 | 20.03 | - |
| YUV | 185.36 | 69.67 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 82 | 0.65 | 0 | 0.68 | 0.00 | 117.21 | 0.99 | 0.66 |
| Hex | 5A | FE | 52 | 41 | 0 | 44 | 0 | 75 | 63 | 42 |
| Octal | 132 | 376 | 122 | 101 | 0 | 104 | 0 | 165 | 143 | 102 |
| Binary | 1011010 | 11111110 | 1010010 | 1000001 | 0 | 1000100 | 0 | 1110101 | 1100011 | 1000010 |
Color Harmonies of #5AFE52
Complementary color
Monochromatic Colors of #5AFE52
Black with #5AFE52
Text Example
Text Example
White with #5AFE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE52; }
p { color: rgb(90,254,82); }
H1.HeaderClassName
{
color: #5AFE52;
}
.AnyTagClassName
{
color: #5AFE52;
}
</style>
background-color css
<style>
a { background-color: #5AFE52; }
a { background-color: rgb(90,254,82); }
div.DivClassName
{
background-color: #5AFE52;
}
.BgClassName
{
background-color: #5AFE52;
}
</style>
border-color css
<style>
span { border-color: #5AFE52; }
span { border-color: rgb(90,254,82); }
td.TdClassName
{
border-color: #5AFE52;
}
.TagClassName
{
border-color: #5AFE52;
}
</style>