Shades of Screamin' Green #5CFB70
Tints of Screamin' Green #5CFB70
RGB
CMYK
RGB Variations
Color information
#5CFB70 (or 0x5CFB70) is known color: Screamin' Green. HEX triplet: 5C, FB and 70. RGB value is (92,251,112). Sum of RGB (Red+Green+Blue) = 92+251+112=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 251 (98.44% from 255 or 55.16% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 251 - color contains mainly: green. Hex color #5CFB70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5CFB70 is #A3048F. Grayscale: #BCBCBC. Windows color (decimal): -10683536 or 7404380. OLE color: 7404380.
HSL color Cylindrical-coordinate representation of color #5CFB70: hue angle of 127.55º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFB70 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 251 | 112 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.02 |
| HSL | 127.55º | 0.95% | 0.67% | - |
| HSV(B) | 127.55º | 0.63% | 0.98% | - |
| XYZ | 41.84 | 72.44 | 27.11 | - |
| YUV | 187.61 | 85.32 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 251 | 112 | 0.63 | 0 | 0.55 | 0.02 | 127.55 | 0.95 | 0.67 |
| Hex | 5C | FB | 70 | 3F | 0 | 37 | 2 | 80 | 5F | 43 |
| Octal | 134 | 373 | 160 | 77 | 0 | 67 | 2 | 200 | 137 | 103 |
| Binary | 1011100 | 11111011 | 1110000 | 111111 | 0 | 110111 | 10 | 10000000 | 1011111 | 1000011 |
Color Harmonies of #5CFB70
Complementary color
Monochromatic Colors of #5CFB70
Black with #5CFB70
Text Example
Text Example
White with #5CFB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFB70; }
p { color: rgb(92,251,112); }
H1.HeaderClassName
{
color: #5CFB70;
}
.AnyTagClassName
{
color: #5CFB70;
}
</style>
background-color css
<style>
a { background-color: #5CFB70; }
a { background-color: rgb(92,251,112); }
div.DivClassName
{
background-color: #5CFB70;
}
.BgClassName
{
background-color: #5CFB70;
}
</style>
border-color css
<style>
span { border-color: #5CFB70; }
span { border-color: rgb(92,251,112); }
td.TdClassName
{
border-color: #5CFB70;
}
.TagClassName
{
border-color: #5CFB70;
}
</style>