Shades of Screamin' Green #5CFF40
Tints of Screamin' Green #5CFF40
RGB
CMYK
RGB Variations
Color information
#5CFF40 (or 0x5CFF40) is known color: Screamin' Green. HEX triplet: 5C, FF and 40. RGB value is (92,255,64). Sum of RGB (Red+Green+Blue) = 92+255+64=411 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.38% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CFF40 is #A300BF. Grayscale: #B9B9B9. Windows color (decimal): -10682560 or 4259676. OLE color: 4259676.
HSL color Cylindrical-coordinate representation of color #5CFF40: hue angle of 111.2º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CFF40 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 64 | - |
| CMYK | 0.64 | 0 | 0.75 | 0 |
| HSL | 111.2º | 1% | 0.63% | - |
| HSV(B) | 111.2º | 0.75% | 1% | - |
| XYZ | 41.1 | 74.17 | 17 | - |
| YUV | 184.49 | 60 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 64 | 0.64 | 0 | 0.75 | 0 | 111.2 | 1 | 0.63 |
| Hex | 5C | FF | 40 | 40 | 0 | 4B | 0 | 6F | 64 | 3F |
| Octal | 134 | 377 | 100 | 100 | 0 | 113 | 0 | 157 | 144 | 77 |
| Binary | 1011100 | 11111111 | 1000000 | 1000000 | 0 | 1001011 | 0 | 1101111 | 1100100 | 111111 |
Color Harmonies of #5CFF40
Complementary color
Monochromatic Colors of #5CFF40
Black with #5CFF40
Text Example
Text Example
White with #5CFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFF40; }
p { color: rgb(92,255,64); }
H1.HeaderClassName
{
color: #5CFF40;
}
.AnyTagClassName
{
color: #5CFF40;
}
</style>
background-color css
<style>
a { background-color: #5CFF40; }
a { background-color: rgb(92,255,64); }
div.DivClassName
{
background-color: #5CFF40;
}
.BgClassName
{
background-color: #5CFF40;
}
</style>
border-color css
<style>
span { border-color: #5CFF40; }
span { border-color: rgb(92,255,64); }
td.TdClassName
{
border-color: #5CFF40;
}
.TagClassName
{
border-color: #5CFF40;
}
</style>