Shades of Screamin' Green #5CF13C
Tints of Screamin' Green #5CF13C
RGB
CMYK
RGB Variations
Color information
#5CF13C (or 0x5CF13C) is known color: Screamin' Green. HEX triplet: 5C, F1 and 3C. RGB value is (92,241,60). Sum of RGB (Red+Green+Blue) = 92+241+60=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF13C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF13C is #A30EC3. Grayscale: #B0B0B0. Windows color (decimal): -10686148 or 3993948. OLE color: 3993948.
HSL color Cylindrical-coordinate representation of color #5CF13C: hue angle of 109.39º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CF13C is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 60 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.05 |
| HSL | 109.39º | 0.87% | 0.59% | - |
| HSV(B) | 109.39º | 0.75% | 0.95% | - |
| XYZ | 36.68 | 65.51 | 14.99 | - |
| YUV | 175.82 | 62.64 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 60 | 0.62 | 0 | 0.75 | 0.05 | 109.39 | 0.87 | 0.59 |
| Hex | 5C | F1 | 3C | 3E | 0 | 4B | 5 | 6D | 57 | 3B |
| Octal | 134 | 361 | 74 | 76 | 0 | 113 | 5 | 155 | 127 | 73 |
| Binary | 1011100 | 11110001 | 111100 | 111110 | 0 | 1001011 | 101 | 1101101 | 1010111 | 111011 |
Color Harmonies of #5CF13C
Complementary color
Monochromatic Colors of #5CF13C
Black with #5CF13C
Text Example
Text Example
White with #5CF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF13C; }
p { color: rgb(92,241,60); }
H1.HeaderClassName
{
color: #5CF13C;
}
.AnyTagClassName
{
color: #5CF13C;
}
</style>
background-color css
<style>
a { background-color: #5CF13C; }
a { background-color: rgb(92,241,60); }
div.DivClassName
{
background-color: #5CF13C;
}
.BgClassName
{
background-color: #5CF13C;
}
</style>
border-color css
<style>
span { border-color: #5CF13C; }
span { border-color: rgb(92,241,60); }
td.TdClassName
{
border-color: #5CF13C;
}
.TagClassName
{
border-color: #5CF13C;
}
</style>