Shades of Screamin' Green #5CDB52
Tints of Screamin' Green #5CDB52
RGB
CMYK
RGB Variations
Color information
#5CDB52 (or 0x5CDB52) is known color: Screamin' Green. HEX triplet: 5C, DB and 52. RGB value is (92,219,82). Sum of RGB (Red+Green+Blue) = 92+219+82=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDB52 is #A324AD. Grayscale: #A5A5A5. Windows color (decimal): -10691758 or 5430108. OLE color: 5430108.
HSL color Cylindrical-coordinate representation of color #5CDB52: hue angle of 115.62º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CDB52 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 82 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.14 |
| HSL | 115.62º | 0.66% | 0.59% | - |
| HSV(B) | 115.62º | 0.63% | 0.86% | - |
| XYZ | 31.27 | 53.55 | 16.67 | - |
| YUV | 165.41 | 80.92 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 82 | 0.58 | 0 | 0.63 | 0.14 | 115.62 | 0.66 | 0.59 |
| Hex | 5C | DB | 52 | 3A | 0 | 3F | E | 74 | 42 | 3B |
| Octal | 134 | 333 | 122 | 72 | 0 | 77 | 16 | 164 | 102 | 73 |
| Binary | 1011100 | 11011011 | 1010010 | 111010 | 0 | 111111 | 1110 | 1110100 | 1000010 | 111011 |
Color Harmonies of #5CDB52
Complementary color
Monochromatic Colors of #5CDB52
Black with #5CDB52
Text Example
Text Example
White with #5CDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDB52; }
p { color: rgb(92,219,82); }
H1.HeaderClassName
{
color: #5CDB52;
}
.AnyTagClassName
{
color: #5CDB52;
}
</style>
background-color css
<style>
a { background-color: #5CDB52; }
a { background-color: rgb(92,219,82); }
div.DivClassName
{
background-color: #5CDB52;
}
.BgClassName
{
background-color: #5CDB52;
}
</style>
border-color css
<style>
span { border-color: #5CDB52; }
span { border-color: rgb(92,219,82); }
td.TdClassName
{
border-color: #5CDB52;
}
.TagClassName
{
border-color: #5CDB52;
}
</style>