Shades of Screamin' Green #5BFD38
Tints of Screamin' Green #5BFD38
RGB
CMYK
RGB Variations
Color information
#5BFD38 (or 0x5BFD38) is known color: Screamin' Green. HEX triplet: 5B, FD and 38. RGB value is (91,253,56). Sum of RGB (Red+Green+Blue) = 91+253+56=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 253 (99.22% from 255 or 63.25% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFD38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFD38 is #A402C7. Grayscale: #B6B6B6. Windows color (decimal): -10748616 or 3734875. OLE color: 3734875.
HSL color Cylindrical-coordinate representation of color #5BFD38: hue angle of 109.34º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5BFD38 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 56 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.01 |
| HSL | 109.34º | 0.98% | 0.61% | - |
| HSV(B) | 109.34º | 0.78% | 0.99% | - |
| XYZ | 40.15 | 72.76 | 15.67 | - |
| YUV | 182.1 | 56.83 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 56 | 0.64 | 0 | 0.78 | 0.01 | 109.34 | 0.98 | 0.61 |
| Hex | 5B | FD | 38 | 40 | 0 | 4E | 1 | 6D | 62 | 3D |
| Octal | 133 | 375 | 70 | 100 | 0 | 116 | 1 | 155 | 142 | 75 |
| Binary | 1011011 | 11111101 | 111000 | 1000000 | 0 | 1001110 | 1 | 1101101 | 1100010 | 111101 |
Color Harmonies of #5BFD38
Complementary color
Monochromatic Colors of #5BFD38
Black with #5BFD38
Text Example
Text Example
White with #5BFD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFD38; }
p { color: rgb(91,253,56); }
H1.HeaderClassName
{
color: #5BFD38;
}
.AnyTagClassName
{
color: #5BFD38;
}
</style>
background-color css
<style>
a { background-color: #5BFD38; }
a { background-color: rgb(91,253,56); }
div.DivClassName
{
background-color: #5BFD38;
}
.BgClassName
{
background-color: #5BFD38;
}
</style>
border-color css
<style>
span { border-color: #5BFD38; }
span { border-color: rgb(91,253,56); }
td.TdClassName
{
border-color: #5BFD38;
}
.TagClassName
{
border-color: #5BFD38;
}
</style>