Shades of Screamin' Green #5CFF49
Tints of Screamin' Green #5CFF49
RGB
CMYK
RGB Variations
Color information
#5CFF49 (or 0x5CFF49) is known color: Screamin' Green. HEX triplet: 5C, FF and 49. RGB value is (92,255,73). Sum of RGB (Red+Green+Blue) = 92+255+73=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFF49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CFF49 is #A300B6. Grayscale: #BABABA. Windows color (decimal): -10682551 or 4849500. OLE color: 4849500.
HSL color Cylindrical-coordinate representation of color #5CFF49: hue angle of 113.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CFF49 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 73 | - |
| CMYK | 0.64 | 0 | 0.71 | 0 |
| HSL | 113.74º | 1% | 0.64% | - |
| HSV(B) | 113.74º | 0.71% | 1% | - |
| XYZ | 41.38 | 74.28 | 18.46 | - |
| YUV | 185.52 | 64.5 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 73 | 0.64 | 0 | 0.71 | 0 | 113.74 | 1 | 0.64 |
| Hex | 5C | FF | 49 | 40 | 0 | 47 | 0 | 72 | 64 | 40 |
| Octal | 134 | 377 | 111 | 100 | 0 | 107 | 0 | 162 | 144 | 100 |
| Binary | 1011100 | 11111111 | 1001001 | 1000000 | 0 | 1000111 | 0 | 1110010 | 1100100 | 1000000 |
Color Harmonies of #5CFF49
Complementary color
Monochromatic Colors of #5CFF49
Black with #5CFF49
Text Example
Text Example
White with #5CFF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFF49; }
p { color: rgb(92,255,73); }
H1.HeaderClassName
{
color: #5CFF49;
}
.AnyTagClassName
{
color: #5CFF49;
}
</style>
background-color css
<style>
a { background-color: #5CFF49; }
a { background-color: rgb(92,255,73); }
div.DivClassName
{
background-color: #5CFF49;
}
.BgClassName
{
background-color: #5CFF49;
}
</style>
border-color css
<style>
span { border-color: #5CFF49; }
span { border-color: rgb(92,255,73); }
td.TdClassName
{
border-color: #5CFF49;
}
.TagClassName
{
border-color: #5CFF49;
}
</style>