Shades of Screamin' Green #5CDF55
Tints of Screamin' Green #5CDF55
RGB
CMYK
RGB Variations
Color information
#5CDF55 (or 0x5CDF55) is known color: Screamin' Green. HEX triplet: 5C, DF and 55. RGB value is (92,223,85). Sum of RGB (Red+Green+Blue) = 92+223+85=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDF55 is #A320AA. Grayscale: #A8A8A8. Windows color (decimal): -10690731 or 5627740. OLE color: 5627740.
HSL color Cylindrical-coordinate representation of color #5CDF55: hue angle of 116.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CDF55 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 223 | 85 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.13 |
| HSL | 116.96º | 0.68% | 0.6% | - |
| HSV(B) | 116.96º | 0.62% | 0.87% | - |
| XYZ | 32.44 | 55.71 | 17.64 | - |
| YUV | 168.1 | 81.1 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 85 | 0.59 | 0 | 0.62 | 0.13 | 116.96 | 0.68 | 0.6 |
| Hex | 5C | DF | 55 | 3B | 0 | 3E | D | 75 | 44 | 3C |
| Octal | 134 | 337 | 125 | 73 | 0 | 76 | 15 | 165 | 104 | 74 |
| Binary | 1011100 | 11011111 | 1010101 | 111011 | 0 | 111110 | 1101 | 1110101 | 1000100 | 111100 |
Color Harmonies of #5CDF55
Complementary color
Monochromatic Colors of #5CDF55
Black with #5CDF55
Text Example
Text Example
White with #5CDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDF55; }
p { color: rgb(92,223,85); }
H1.HeaderClassName
{
color: #5CDF55;
}
.AnyTagClassName
{
color: #5CDF55;
}
</style>
background-color css
<style>
a { background-color: #5CDF55; }
a { background-color: rgb(92,223,85); }
div.DivClassName
{
background-color: #5CDF55;
}
.BgClassName
{
background-color: #5CDF55;
}
</style>
border-color css
<style>
span { border-color: #5CDF55; }
span { border-color: rgb(92,223,85); }
td.TdClassName
{
border-color: #5CDF55;
}
.TagClassName
{
border-color: #5CDF55;
}
</style>