Shades of Screamin' Green #5BF285
Tints of Screamin' Green #5BF285
RGB
CMYK
RGB Variations
Color information
#5BF285 (or 0x5BF285) is known color: Screamin' Green. HEX triplet: 5B, F2 and 85. RGB value is (91,242,133). Sum of RGB (Red+Green+Blue) = 91+242+133=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF285 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF285 is #A40D7A. Grayscale: #B8B8B8. Windows color (decimal): -10751355 or 8778331. OLE color: 8778331.
HSL color Cylindrical-coordinate representation of color #5BF285: hue angle of 136.69º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF285 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 242 | 133 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.05 |
| HSL | 136.69º | 0.85% | 0.65% | - |
| HSV(B) | 136.69º | 0.62% | 0.95% | - |
| XYZ | 40.3 | 67.42 | 33.08 | - |
| YUV | 184.43 | 98.97 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 133 | 0.62 | 0 | 0.45 | 0.05 | 136.69 | 0.85 | 0.65 |
| Hex | 5B | F2 | 85 | 3E | 0 | 2D | 5 | 89 | 55 | 41 |
| Octal | 133 | 362 | 205 | 76 | 0 | 55 | 5 | 211 | 125 | 101 |
| Binary | 1011011 | 11110010 | 10000101 | 111110 | 0 | 101101 | 101 | 10001001 | 1010101 | 1000001 |
Color Harmonies of #5BF285
Complementary color
Monochromatic Colors of #5BF285
Black with #5BF285
Text Example
Text Example
White with #5BF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF285; }
p { color: rgb(91,242,133); }
H1.HeaderClassName
{
color: #5BF285;
}
.AnyTagClassName
{
color: #5BF285;
}
</style>
background-color css
<style>
a { background-color: #5BF285; }
a { background-color: rgb(91,242,133); }
div.DivClassName
{
background-color: #5BF285;
}
.BgClassName
{
background-color: #5BF285;
}
</style>
border-color css
<style>
span { border-color: #5BF285; }
span { border-color: rgb(91,242,133); }
td.TdClassName
{
border-color: #5BF285;
}
.TagClassName
{
border-color: #5BF285;
}
</style>