Shades of Screamin' Green #5DFC80
Tints of Screamin' Green #5DFC80
RGB
CMYK
RGB Variations
Color information
#5DFC80 (or 0x5DFC80) is known color: Screamin' Green. HEX triplet: 5D, FC and 80. RGB value is (93,252,128). Sum of RGB (Red+Green+Blue) = 93+252+128=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFC80 is #A2037F. Grayscale: #BEBEBE. Windows color (decimal): -10617728 or 8453213. OLE color: 8453213.
HSL color Cylindrical-coordinate representation of color #5DFC80: hue angle of 133.21º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFC80 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 252 | 128 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.01 |
| HSL | 133.21º | 0.96% | 0.68% | - |
| HSV(B) | 133.21º | 0.63% | 0.99% | - |
| XYZ | 43.22 | 73.51 | 32.33 | - |
| YUV | 190.32 | 92.82 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 252 | 128 | 0.63 | 0 | 0.49 | 0.01 | 133.21 | 0.96 | 0.68 |
| Hex | 5D | FC | 80 | 3F | 0 | 31 | 1 | 85 | 60 | 44 |
| Octal | 135 | 374 | 200 | 77 | 0 | 61 | 1 | 205 | 140 | 104 |
| Binary | 1011101 | 11111100 | 10000000 | 111111 | 0 | 110001 | 1 | 10000101 | 1100000 | 1000100 |
Color Harmonies of #5DFC80
Complementary color
Monochromatic Colors of #5DFC80
Black with #5DFC80
Text Example
Text Example
White with #5DFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFC80; }
p { color: rgb(93,252,128); }
H1.HeaderClassName
{
color: #5DFC80;
}
.AnyTagClassName
{
color: #5DFC80;
}
</style>
background-color css
<style>
a { background-color: #5DFC80; }
a { background-color: rgb(93,252,128); }
div.DivClassName
{
background-color: #5DFC80;
}
.BgClassName
{
background-color: #5DFC80;
}
</style>
border-color css
<style>
span { border-color: #5DFC80; }
span { border-color: rgb(93,252,128); }
td.TdClassName
{
border-color: #5DFC80;
}
.TagClassName
{
border-color: #5DFC80;
}
</style>