Shades of Screamin' Green #5DF850
Tints of Screamin' Green #5DF850
RGB
CMYK
RGB Variations
Color information
#5DF850 (or 0x5DF850) is known color: Screamin' Green. HEX triplet: 5D, F8 and 50. RGB value is (93,248,80). Sum of RGB (Red+Green+Blue) = 93+248+80=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 248 (97.27% from 255 or 58.91% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF850 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DF850 is #A207AF. Grayscale: #B7B7B7. Windows color (decimal): -10618800 or 5306461. OLE color: 5306461.
HSL color Cylindrical-coordinate representation of color #5DF850: hue angle of 115.36º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DF850 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 248 | 80 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.03 |
| HSL | 115.36º | 0.92% | 0.64% | - |
| HSV(B) | 115.36º | 0.68% | 0.97% | - |
| XYZ | 39.53 | 70.04 | 19.03 | - |
| YUV | 182.5 | 70.15 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 248 | 80 | 0.62 | 0 | 0.68 | 0.03 | 115.36 | 0.92 | 0.64 |
| Hex | 5D | F8 | 50 | 3E | 0 | 44 | 3 | 73 | 5C | 40 |
| Octal | 135 | 370 | 120 | 76 | 0 | 104 | 3 | 163 | 134 | 100 |
| Binary | 1011101 | 11111000 | 1010000 | 111110 | 0 | 1000100 | 11 | 1110011 | 1011100 | 1000000 |
Color Harmonies of #5DF850
Complementary color
Monochromatic Colors of #5DF850
Black with #5DF850
Text Example
Text Example
White with #5DF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF850; }
p { color: rgb(93,248,80); }
H1.HeaderClassName
{
color: #5DF850;
}
.AnyTagClassName
{
color: #5DF850;
}
</style>
background-color css
<style>
a { background-color: #5DF850; }
a { background-color: rgb(93,248,80); }
div.DivClassName
{
background-color: #5DF850;
}
.BgClassName
{
background-color: #5DF850;
}
</style>
border-color css
<style>
span { border-color: #5DF850; }
span { border-color: rgb(93,248,80); }
td.TdClassName
{
border-color: #5DF850;
}
.TagClassName
{
border-color: #5DF850;
}
</style>