Shades of Screamin' Green #5BF258
Tints of Screamin' Green #5BF258
RGB
CMYK
RGB Variations
Color information
#5BF258 (or 0x5BF258) is known color: Screamin' Green. HEX triplet: 5B, F2 and 58. RGB value is (91,242,88). Sum of RGB (Red+Green+Blue) = 91+242+88=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF258 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5BF258 is #A40DA7. Grayscale: #B3B3B3. Windows color (decimal): -10751400 or 5829211. OLE color: 5829211.
HSL color Cylindrical-coordinate representation of color #5BF258: hue angle of 118.83º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BF258 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 242 | 88 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.05 |
| HSL | 118.83º | 0.86% | 0.65% | - |
| HSV(B) | 118.83º | 0.64% | 0.95% | - |
| XYZ | 37.83 | 66.43 | 20.06 | - |
| YUV | 179.3 | 76.47 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 88 | 0.62 | 0 | 0.64 | 0.05 | 118.83 | 0.86 | 0.65 |
| Hex | 5B | F2 | 58 | 3E | 0 | 40 | 5 | 77 | 56 | 41 |
| Octal | 133 | 362 | 130 | 76 | 0 | 100 | 5 | 167 | 126 | 101 |
| Binary | 1011011 | 11110010 | 1011000 | 111110 | 0 | 1000000 | 101 | 1110111 | 1010110 | 1000001 |
Color Harmonies of #5BF258
Complementary color
Monochromatic Colors of #5BF258
Black with #5BF258
Text Example
Text Example
White with #5BF258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF258; }
p { color: rgb(91,242,88); }
H1.HeaderClassName
{
color: #5BF258;
}
.AnyTagClassName
{
color: #5BF258;
}
</style>
background-color css
<style>
a { background-color: #5BF258; }
a { background-color: rgb(91,242,88); }
div.DivClassName
{
background-color: #5BF258;
}
.BgClassName
{
background-color: #5BF258;
}
</style>
border-color css
<style>
span { border-color: #5BF258; }
span { border-color: rgb(91,242,88); }
td.TdClassName
{
border-color: #5BF258;
}
.TagClassName
{
border-color: #5BF258;
}
</style>