Shades of Screamin' Green #5CF149
Tints of Screamin' Green #5CF149
RGB
CMYK
RGB Variations
Color information
#5CF149 (or 0x5CF149) is known color: Screamin' Green. HEX triplet: 5C, F1 and 49. RGB value is (92,241,73). Sum of RGB (Red+Green+Blue) = 92+241+73=406 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.66% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF149 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF149 is #A30EB6. Grayscale: #B1B1B1. Windows color (decimal): -10686135 or 4845916. OLE color: 4845916.
HSL color Cylindrical-coordinate representation of color #5CF149: hue angle of 113.21º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CF149 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 73 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.05 |
| HSL | 113.21º | 0.86% | 0.62% | - |
| HSV(B) | 113.21º | 0.7% | 0.95% | - |
| XYZ | 37.07 | 65.67 | 17.02 | - |
| YUV | 177.3 | 69.14 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 73 | 0.62 | 0 | 0.70 | 0.05 | 113.21 | 0.86 | 0.62 |
| Hex | 5C | F1 | 49 | 3E | 0 | 46 | 5 | 71 | 56 | 3E |
| Octal | 134 | 361 | 111 | 76 | 0 | 106 | 5 | 161 | 126 | 76 |
| Binary | 1011100 | 11110001 | 1001001 | 111110 | 0 | 1000110 | 101 | 1110001 | 1010110 | 111110 |
Color Harmonies of #5CF149
Complementary color
Monochromatic Colors of #5CF149
Black with #5CF149
Text Example
Text Example
White with #5CF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF149; }
p { color: rgb(92,241,73); }
H1.HeaderClassName
{
color: #5CF149;
}
.AnyTagClassName
{
color: #5CF149;
}
</style>
background-color css
<style>
a { background-color: #5CF149; }
a { background-color: rgb(92,241,73); }
div.DivClassName
{
background-color: #5CF149;
}
.BgClassName
{
background-color: #5CF149;
}
</style>
border-color css
<style>
span { border-color: #5CF149; }
span { border-color: rgb(92,241,73); }
td.TdClassName
{
border-color: #5CF149;
}
.TagClassName
{
border-color: #5CF149;
}
</style>