Shades of Screamin' Green #5CDF52
Tints of Screamin' Green #5CDF52
RGB
CMYK
RGB Variations
Color information
#5CDF52 (or 0x5CDF52) is known color: Screamin' Green. HEX triplet: 5C, DF and 52. RGB value is (92,223,82). Sum of RGB (Red+Green+Blue) = 92+223+82=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDF52 is #A320AD. Grayscale: #A8A8A8. Windows color (decimal): -10690734 or 5431132. OLE color: 5431132.
HSL color Cylindrical-coordinate representation of color #5CDF52: hue angle of 115.74º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CDF52 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 223 | 82 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.13 |
| HSL | 115.74º | 0.69% | 0.6% | - |
| HSV(B) | 115.74º | 0.63% | 0.87% | - |
| XYZ | 32.32 | 55.66 | 17.02 | - |
| YUV | 167.76 | 79.6 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 82 | 0.59 | 0 | 0.63 | 0.13 | 115.74 | 0.69 | 0.6 |
| Hex | 5C | DF | 52 | 3B | 0 | 3F | D | 74 | 45 | 3C |
| Octal | 134 | 337 | 122 | 73 | 0 | 77 | 15 | 164 | 105 | 74 |
| Binary | 1011100 | 11011111 | 1010010 | 111011 | 0 | 111111 | 1101 | 1110100 | 1000101 | 111100 |
Color Harmonies of #5CDF52
Complementary color
Monochromatic Colors of #5CDF52
Black with #5CDF52
Text Example
Text Example
White with #5CDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDF52; }
p { color: rgb(92,223,82); }
H1.HeaderClassName
{
color: #5CDF52;
}
.AnyTagClassName
{
color: #5CDF52;
}
</style>
background-color css
<style>
a { background-color: #5CDF52; }
a { background-color: rgb(92,223,82); }
div.DivClassName
{
background-color: #5CDF52;
}
.BgClassName
{
background-color: #5CDF52;
}
</style>
border-color css
<style>
span { border-color: #5CDF52; }
span { border-color: rgb(92,223,82); }
td.TdClassName
{
border-color: #5CDF52;
}
.TagClassName
{
border-color: #5CDF52;
}
</style>