Shades of Screamin' Green #5BDA52
Tints of Screamin' Green #5BDA52
RGB
CMYK
RGB Variations
Color information
#5BDA52 (or 0x5BDA52) is known color: Screamin' Green. HEX triplet: 5B, DA and 52. RGB value is (91,218,82). Sum of RGB (Red+Green+Blue) = 91+218+82=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDA52 is #A425AD. Grayscale: #A4A4A4. Windows color (decimal): -10757550 or 5429851. OLE color: 5429851.
HSL color Cylindrical-coordinate representation of color #5BDA52: hue angle of 116.03º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BDA52 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 82 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.15 |
| HSL | 116.03º | 0.65% | 0.59% | - |
| HSV(B) | 116.03º | 0.62% | 0.85% | - |
| XYZ | 30.91 | 52.98 | 16.58 | - |
| YUV | 164.52 | 81.42 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 82 | 0.58 | 0 | 0.62 | 0.15 | 116.03 | 0.65 | 0.59 |
| Hex | 5B | DA | 52 | 3A | 0 | 3E | F | 74 | 41 | 3B |
| Octal | 133 | 332 | 122 | 72 | 0 | 76 | 17 | 164 | 101 | 73 |
| Binary | 1011011 | 11011010 | 1010010 | 111010 | 0 | 111110 | 1111 | 1110100 | 1000001 | 111011 |
Color Harmonies of #5BDA52
Complementary color
Monochromatic Colors of #5BDA52
Black with #5BDA52
Text Example
Text Example
White with #5BDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA52; }
p { color: rgb(91,218,82); }
H1.HeaderClassName
{
color: #5BDA52;
}
.AnyTagClassName
{
color: #5BDA52;
}
</style>
background-color css
<style>
a { background-color: #5BDA52; }
a { background-color: rgb(91,218,82); }
div.DivClassName
{
background-color: #5BDA52;
}
.BgClassName
{
background-color: #5BDA52;
}
</style>
border-color css
<style>
span { border-color: #5BDA52; }
span { border-color: rgb(91,218,82); }
td.TdClassName
{
border-color: #5BDA52;
}
.TagClassName
{
border-color: #5BDA52;
}
</style>