Shades of Screamin' Green #5CFC55
Tints of Screamin' Green #5CFC55
RGB
CMYK
RGB Variations
Color information
#5CFC55 (or 0x5CFC55) is known color: Screamin' Green. HEX triplet: 5C, FC and 55. RGB value is (92,252,85). Sum of RGB (Red+Green+Blue) = 92+252+85=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #5CFC55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5CFC55 is #A303AA. Grayscale: #B9B9B9. Windows color (decimal): -10683307 or 5635164. OLE color: 5635164.
HSL color Cylindrical-coordinate representation of color #5CFC55: hue angle of 117.49º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CFC55 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 252 | 85 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.01 |
| HSL | 117.49º | 0.97% | 0.66% | - |
| HSV(B) | 117.49º | 0.66% | 0.99% | - |
| XYZ | 40.86 | 72.55 | 20.44 | - |
| YUV | 185.12 | 71.49 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 252 | 85 | 0.63 | 0 | 0.66 | 0.01 | 117.49 | 0.97 | 0.66 |
| Hex | 5C | FC | 55 | 3F | 0 | 42 | 1 | 75 | 61 | 42 |
| Octal | 134 | 374 | 125 | 77 | 0 | 102 | 1 | 165 | 141 | 102 |
| Binary | 1011100 | 11111100 | 1010101 | 111111 | 0 | 1000010 | 1 | 1110101 | 1100001 | 1000010 |
Color Harmonies of #5CFC55
Complementary color
Monochromatic Colors of #5CFC55
Black with #5CFC55
Text Example
Text Example
White with #5CFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFC55; }
p { color: rgb(92,252,85); }
H1.HeaderClassName
{
color: #5CFC55;
}
.AnyTagClassName
{
color: #5CFC55;
}
</style>
background-color css
<style>
a { background-color: #5CFC55; }
a { background-color: rgb(92,252,85); }
div.DivClassName
{
background-color: #5CFC55;
}
.BgClassName
{
background-color: #5CFC55;
}
</style>
border-color css
<style>
span { border-color: #5CFC55; }
span { border-color: rgb(92,252,85); }
td.TdClassName
{
border-color: #5CFC55;
}
.TagClassName
{
border-color: #5CFC55;
}
</style>