Shades of Screamin' Green #5BDA55
Tints of Screamin' Green #5BDA55
RGB
CMYK
RGB Variations
Color information
#5BDA55 (or 0x5BDA55) is known color: Screamin' Green. HEX triplet: 5B, DA and 55. RGB value is (91,218,85). Sum of RGB (Red+Green+Blue) = 91+218+85=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDA55 is #A425AA. Grayscale: #A5A5A5. Windows color (decimal): -10757547 or 5626459. OLE color: 5626459.
HSL color Cylindrical-coordinate representation of color #5BDA55: hue angle of 117.29º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BDA55 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 85 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.15 |
| HSL | 117.29º | 0.64% | 0.59% | - |
| HSV(B) | 117.29º | 0.61% | 0.85% | - |
| XYZ | 31.03 | 53.02 | 17.19 | - |
| YUV | 164.87 | 82.92 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 85 | 0.58 | 0 | 0.61 | 0.15 | 117.29 | 0.64 | 0.59 |
| Hex | 5B | DA | 55 | 3A | 0 | 3D | F | 75 | 40 | 3B |
| Octal | 133 | 332 | 125 | 72 | 0 | 75 | 17 | 165 | 100 | 73 |
| Binary | 1011011 | 11011010 | 1010101 | 111010 | 0 | 111101 | 1111 | 1110101 | 1000000 | 111011 |
Color Harmonies of #5BDA55
Complementary color
Monochromatic Colors of #5BDA55
Black with #5BDA55
Text Example
Text Example
White with #5BDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA55; }
p { color: rgb(91,218,85); }
H1.HeaderClassName
{
color: #5BDA55;
}
.AnyTagClassName
{
color: #5BDA55;
}
</style>
background-color css
<style>
a { background-color: #5BDA55; }
a { background-color: rgb(91,218,85); }
div.DivClassName
{
background-color: #5BDA55;
}
.BgClassName
{
background-color: #5BDA55;
}
</style>
border-color css
<style>
span { border-color: #5BDA55; }
span { border-color: rgb(91,218,85); }
td.TdClassName
{
border-color: #5BDA55;
}
.TagClassName
{
border-color: #5BDA55;
}
</style>