Shades of Screamin' Green #5CDC4E
Tints of Screamin' Green #5CDC4E
RGB
CMYK
RGB Variations
Color information
#5CDC4E (or 0x5CDC4E) is known color: Screamin' Green. HEX triplet: 5C, DC and 4E. RGB value is (92,220,78). Sum of RGB (Red+Green+Blue) = 92+220+78=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDC4E is #A323B1. Grayscale: #A5A5A5. Windows color (decimal): -10691506 or 5168220. OLE color: 5168220.
HSL color Cylindrical-coordinate representation of color #5CDC4E: hue angle of 114.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5CDC4E is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 78 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.14 |
| HSL | 114.08º | 0.67% | 0.58% | - |
| HSV(B) | 114.08º | 0.65% | 0.86% | - |
| XYZ | 31.38 | 54.01 | 15.98 | - |
| YUV | 165.54 | 78.59 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 78 | 0.58 | 0 | 0.65 | 0.14 | 114.08 | 0.67 | 0.58 |
| Hex | 5C | DC | 4E | 3A | 0 | 41 | E | 72 | 43 | 3A |
| Octal | 134 | 334 | 116 | 72 | 0 | 101 | 16 | 162 | 103 | 72 |
| Binary | 1011100 | 11011100 | 1001110 | 111010 | 0 | 1000001 | 1110 | 1110010 | 1000011 | 111010 |
Color Harmonies of #5CDC4E
Complementary color
Monochromatic Colors of #5CDC4E
Black with #5CDC4E
Text Example
Text Example
White with #5CDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC4E; }
p { color: rgb(92,220,78); }
H1.HeaderClassName
{
color: #5CDC4E;
}
.AnyTagClassName
{
color: #5CDC4E;
}
</style>
background-color css
<style>
a { background-color: #5CDC4E; }
a { background-color: rgb(92,220,78); }
div.DivClassName
{
background-color: #5CDC4E;
}
.BgClassName
{
background-color: #5CDC4E;
}
</style>
border-color css
<style>
span { border-color: #5CDC4E; }
span { border-color: rgb(92,220,78); }
td.TdClassName
{
border-color: #5CDC4E;
}
.TagClassName
{
border-color: #5CDC4E;
}
</style>