Shades of Screamin' Green #5AFC4C
Tints of Screamin' Green #5AFC4C
RGB
CMYK
RGB Variations
Color information
#5AFC4C (or 0x5AFC4C) is known color: Screamin' Green. HEX triplet: 5A, FC and 4C. RGB value is (90,252,76). Sum of RGB (Red+Green+Blue) = 90+252+76=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 252 (98.83% from 255 or 60.29% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFC4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFC4C is #A503B3. Grayscale: #B8B8B8. Windows color (decimal): -10814388 or 5045338. OLE color: 5045338.
HSL color Cylindrical-coordinate representation of color #5AFC4C: hue angle of 115.23º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AFC4C is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 76 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.01 |
| HSL | 115.23º | 0.97% | 0.64% | - |
| HSV(B) | 115.23º | 0.7% | 0.99% | - |
| XYZ | 40.33 | 72.32 | 18.67 | - |
| YUV | 183.5 | 67.33 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 76 | 0.64 | 0 | 0.70 | 0.01 | 115.23 | 0.97 | 0.64 |
| Hex | 5A | FC | 4C | 40 | 0 | 46 | 1 | 73 | 61 | 40 |
| Octal | 132 | 374 | 114 | 100 | 0 | 106 | 1 | 163 | 141 | 100 |
| Binary | 1011010 | 11111100 | 1001100 | 1000000 | 0 | 1000110 | 1 | 1110011 | 1100001 | 1000000 |
Color Harmonies of #5AFC4C
Complementary color
Monochromatic Colors of #5AFC4C
Black with #5AFC4C
Text Example
Text Example
White with #5AFC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFC4C; }
p { color: rgb(90,252,76); }
H1.HeaderClassName
{
color: #5AFC4C;
}
.AnyTagClassName
{
color: #5AFC4C;
}
</style>
background-color css
<style>
a { background-color: #5AFC4C; }
a { background-color: rgb(90,252,76); }
div.DivClassName
{
background-color: #5AFC4C;
}
.BgClassName
{
background-color: #5AFC4C;
}
</style>
border-color css
<style>
span { border-color: #5AFC4C; }
span { border-color: rgb(90,252,76); }
td.TdClassName
{
border-color: #5AFC4C;
}
.TagClassName
{
border-color: #5AFC4C;
}
</style>