Shades of Screamin' Green #5CF561
Tints of Screamin' Green #5CF561
RGB
CMYK
RGB Variations
Color information
#5CF561 (or 0x5CF561) is known color: Screamin' Green. HEX triplet: 5C, F5 and 61. RGB value is (92,245,97). Sum of RGB (Red+Green+Blue) = 92+245+97=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF561 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5CF561 is #A30A9E. Grayscale: #B6B6B6. Windows color (decimal): -10685087 or 6419804. OLE color: 6419804.
HSL color Cylindrical-coordinate representation of color #5CF561: hue angle of 121.96º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF561 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 245 | 97 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.04 |
| HSL | 121.96º | 0.88% | 0.66% | - |
| HSV(B) | 121.96º | 0.62% | 0.96% | - |
| XYZ | 39.22 | 68.44 | 22.45 | - |
| YUV | 182.38 | 79.81 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 245 | 97 | 0.62 | 0 | 0.60 | 0.04 | 121.96 | 0.88 | 0.66 |
| Hex | 5C | F5 | 61 | 3E | 0 | 3C | 4 | 7A | 58 | 42 |
| Octal | 134 | 365 | 141 | 76 | 0 | 74 | 4 | 172 | 130 | 102 |
| Binary | 1011100 | 11110101 | 1100001 | 111110 | 0 | 111100 | 100 | 1111010 | 1011000 | 1000010 |
Color Harmonies of #5CF561
Complementary color
Monochromatic Colors of #5CF561
Black with #5CF561
Text Example
Text Example
White with #5CF561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF561; }
p { color: rgb(92,245,97); }
H1.HeaderClassName
{
color: #5CF561;
}
.AnyTagClassName
{
color: #5CF561;
}
</style>
background-color css
<style>
a { background-color: #5CF561; }
a { background-color: rgb(92,245,97); }
div.DivClassName
{
background-color: #5CF561;
}
.BgClassName
{
background-color: #5CF561;
}
</style>
border-color css
<style>
span { border-color: #5CF561; }
span { border-color: rgb(92,245,97); }
td.TdClassName
{
border-color: #5CF561;
}
.TagClassName
{
border-color: #5CF561;
}
</style>