Shades of Screamin' Green #5CFC42
Tints of Screamin' Green #5CFC42
RGB
CMYK
RGB Variations
Color information
#5CFC42 (or 0x5CFC42) is known color: Screamin' Green. HEX triplet: 5C, FC and 42. RGB value is (92,252,66). Sum of RGB (Red+Green+Blue) = 92+252+66=410 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.44% from 410); Green value is 252 (98.83% from 255 or 61.46% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 252 - color contains mainly: green. Hex color #5CFC42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CFC42 is #A303BD. Grayscale: #B7B7B7. Windows color (decimal): -10683326 or 4389980. OLE color: 4389980.
HSL color Cylindrical-coordinate representation of color #5CFC42: hue angle of 111.61º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CFC42 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 252 | 66 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.01 |
| HSL | 111.61º | 0.97% | 0.62% | - |
| HSV(B) | 111.61º | 0.74% | 0.99% | - |
| XYZ | 40.21 | 72.29 | 16.99 | - |
| YUV | 182.96 | 61.99 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 252 | 66 | 0.63 | 0 | 0.74 | 0.01 | 111.61 | 0.97 | 0.62 |
| Hex | 5C | FC | 42 | 3F | 0 | 4A | 1 | 70 | 61 | 3E |
| Octal | 134 | 374 | 102 | 77 | 0 | 112 | 1 | 160 | 141 | 76 |
| Binary | 1011100 | 11111100 | 1000010 | 111111 | 0 | 1001010 | 1 | 1110000 | 1100001 | 111110 |
Color Harmonies of #5CFC42
Complementary color
Monochromatic Colors of #5CFC42
Black with #5CFC42
Text Example
Text Example
White with #5CFC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFC42; }
p { color: rgb(92,252,66); }
H1.HeaderClassName
{
color: #5CFC42;
}
.AnyTagClassName
{
color: #5CFC42;
}
</style>
background-color css
<style>
a { background-color: #5CFC42; }
a { background-color: rgb(92,252,66); }
div.DivClassName
{
background-color: #5CFC42;
}
.BgClassName
{
background-color: #5CFC42;
}
</style>
border-color css
<style>
span { border-color: #5CFC42; }
span { border-color: rgb(92,252,66); }
td.TdClassName
{
border-color: #5CFC42;
}
.TagClassName
{
border-color: #5CFC42;
}
</style>