Shades of Screamin' Green #5CFF50
Tints of Screamin' Green #5CFF50
RGB
CMYK
RGB Variations
Color information
#5CFF50 (or 0x5CFF50) is known color: Screamin' Green. HEX triplet: 5C, FF and 50. RGB value is (92,255,80). Sum of RGB (Red+Green+Blue) = 92+255+80=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFF50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5CFF50 is #A300AF. Grayscale: #BABABA. Windows color (decimal): -10682544 or 5308252. OLE color: 5308252.
HSL color Cylindrical-coordinate representation of color #5CFF50: hue angle of 115.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CFF50 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 80 | - |
| CMYK | 0.64 | 0 | 0.69 | 0 |
| HSL | 115.89º | 1% | 0.66% | - |
| HSV(B) | 115.89º | 0.69% | 1% | - |
| XYZ | 41.62 | 74.37 | 19.75 | - |
| YUV | 186.31 | 68 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 80 | 0.64 | 0 | 0.69 | 0 | 115.89 | 1 | 0.66 |
| Hex | 5C | FF | 50 | 40 | 0 | 45 | 0 | 74 | 64 | 42 |
| Octal | 134 | 377 | 120 | 100 | 0 | 105 | 0 | 164 | 144 | 102 |
| Binary | 1011100 | 11111111 | 1010000 | 1000000 | 0 | 1000101 | 0 | 1110100 | 1100100 | 1000010 |
Color Harmonies of #5CFF50
Complementary color
Monochromatic Colors of #5CFF50
Black with #5CFF50
Text Example
Text Example
White with #5CFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFF50; }
p { color: rgb(92,255,80); }
H1.HeaderClassName
{
color: #5CFF50;
}
.AnyTagClassName
{
color: #5CFF50;
}
</style>
background-color css
<style>
a { background-color: #5CFF50; }
a { background-color: rgb(92,255,80); }
div.DivClassName
{
background-color: #5CFF50;
}
.BgClassName
{
background-color: #5CFF50;
}
</style>
border-color css
<style>
span { border-color: #5CFF50; }
span { border-color: rgb(92,255,80); }
td.TdClassName
{
border-color: #5CFF50;
}
.TagClassName
{
border-color: #5CFF50;
}
</style>