Shades of Screamin' Green #5CDE50
Tints of Screamin' Green #5CDE50
RGB
CMYK
RGB Variations
Color information
#5CDE50 (or 0x5CDE50) is known color: Screamin' Green. HEX triplet: 5C, DE and 50. RGB value is (92,222,80). Sum of RGB (Red+Green+Blue) = 92+222+80=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #5CDE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDE50 is #A321AF. Grayscale: #A7A7A7. Windows color (decimal): -10690992 or 5299804. OLE color: 5299804.
HSL color Cylindrical-coordinate representation of color #5CDE50: hue angle of 114.93º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CDE50 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 222 | 80 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.13 |
| HSL | 114.93º | 0.68% | 0.59% | - |
| HSV(B) | 114.93º | 0.64% | 0.87% | - |
| XYZ | 31.98 | 55.1 | 16.54 | - |
| YUV | 166.94 | 78.93 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 222 | 80 | 0.59 | 0 | 0.64 | 0.13 | 114.93 | 0.68 | 0.59 |
| Hex | 5C | DE | 50 | 3B | 0 | 40 | D | 73 | 44 | 3B |
| Octal | 134 | 336 | 120 | 73 | 0 | 100 | 15 | 163 | 104 | 73 |
| Binary | 1011100 | 11011110 | 1010000 | 111011 | 0 | 1000000 | 1101 | 1110011 | 1000100 | 111011 |
Color Harmonies of #5CDE50
Complementary color
Monochromatic Colors of #5CDE50
Black with #5CDE50
Text Example
Text Example
White with #5CDE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDE50; }
p { color: rgb(92,222,80); }
H1.HeaderClassName
{
color: #5CDE50;
}
.AnyTagClassName
{
color: #5CDE50;
}
</style>
background-color css
<style>
a { background-color: #5CDE50; }
a { background-color: rgb(92,222,80); }
div.DivClassName
{
background-color: #5CDE50;
}
.BgClassName
{
background-color: #5CDE50;
}
</style>
border-color css
<style>
span { border-color: #5CDE50; }
span { border-color: rgb(92,222,80); }
td.TdClassName
{
border-color: #5CDE50;
}
.TagClassName
{
border-color: #5CDE50;
}
</style>