Shades of Screamin' Green #5CF148
Tints of Screamin' Green #5CF148
RGB
CMYK
RGB Variations
Color information
#5CF148 (or 0x5CF148) is known color: Screamin' Green. HEX triplet: 5C, F1 and 48. RGB value is (92,241,72). Sum of RGB (Red+Green+Blue) = 92+241+72=405 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.72% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF148 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF148 is #A30EB7. Grayscale: #B1B1B1. Windows color (decimal): -10686136 or 4780380. OLE color: 4780380.
HSL color Cylindrical-coordinate representation of color #5CF148: hue angle of 112.9º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CF148 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 72 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.05 |
| HSL | 112.9º | 0.86% | 0.61% | - |
| HSV(B) | 112.9º | 0.7% | 0.95% | - |
| XYZ | 37.04 | 65.65 | 16.85 | - |
| YUV | 177.18 | 68.64 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 72 | 0.62 | 0 | 0.70 | 0.05 | 112.9 | 0.86 | 0.61 |
| Hex | 5C | F1 | 48 | 3E | 0 | 46 | 5 | 71 | 56 | 3D |
| Octal | 134 | 361 | 110 | 76 | 0 | 106 | 5 | 161 | 126 | 75 |
| Binary | 1011100 | 11110001 | 1001000 | 111110 | 0 | 1000110 | 101 | 1110001 | 1010110 | 111101 |
Color Harmonies of #5CF148
Complementary color
Monochromatic Colors of #5CF148
Black with #5CF148
Text Example
Text Example
White with #5CF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF148; }
p { color: rgb(92,241,72); }
H1.HeaderClassName
{
color: #5CF148;
}
.AnyTagClassName
{
color: #5CF148;
}
</style>
background-color css
<style>
a { background-color: #5CF148; }
a { background-color: rgb(92,241,72); }
div.DivClassName
{
background-color: #5CF148;
}
.BgClassName
{
background-color: #5CF148;
}
</style>
border-color css
<style>
span { border-color: #5CF148; }
span { border-color: rgb(92,241,72); }
td.TdClassName
{
border-color: #5CF148;
}
.TagClassName
{
border-color: #5CF148;
}
</style>