Shades of Screamin' Green #5BF385
Tints of Screamin' Green #5BF385
RGB
CMYK
RGB Variations
Color information
#5BF385 (or 0x5BF385) is known color: Screamin' Green. HEX triplet: 5B, F3 and 85. RGB value is (91,243,133). Sum of RGB (Red+Green+Blue) = 91+243+133=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #5BF385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF385 is #A40C7A. Grayscale: #B9B9B9. Windows color (decimal): -10751099 or 8778587. OLE color: 8778587.
HSL color Cylindrical-coordinate representation of color #5BF385: hue angle of 136.58º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF385 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 243 | 133 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.05 |
| HSL | 136.58º | 0.86% | 0.65% | - |
| HSV(B) | 136.58º | 0.63% | 0.95% | - |
| XYZ | 40.6 | 68.02 | 33.18 | - |
| YUV | 185.01 | 98.64 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 243 | 133 | 0.63 | 0 | 0.45 | 0.05 | 136.58 | 0.86 | 0.65 |
| Hex | 5B | F3 | 85 | 3F | 0 | 2D | 5 | 89 | 56 | 41 |
| Octal | 133 | 363 | 205 | 77 | 0 | 55 | 5 | 211 | 126 | 101 |
| Binary | 1011011 | 11110011 | 10000101 | 111111 | 0 | 101101 | 101 | 10001001 | 1010110 | 1000001 |
Color Harmonies of #5BF385
Complementary color
Monochromatic Colors of #5BF385
Black with #5BF385
Text Example
Text Example
White with #5BF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF385; }
p { color: rgb(91,243,133); }
H1.HeaderClassName
{
color: #5BF385;
}
.AnyTagClassName
{
color: #5BF385;
}
</style>
background-color css
<style>
a { background-color: #5BF385; }
a { background-color: rgb(91,243,133); }
div.DivClassName
{
background-color: #5BF385;
}
.BgClassName
{
background-color: #5BF385;
}
</style>
border-color css
<style>
span { border-color: #5BF385; }
span { border-color: rgb(91,243,133); }
td.TdClassName
{
border-color: #5BF385;
}
.TagClassName
{
border-color: #5BF385;
}
</style>