Shades of Screamin' Green #5DFC55
Tints of Screamin' Green #5DFC55
RGB
CMYK
RGB Variations
Color information
#5DFC55 (or 0x5DFC55) is known color: Screamin' Green. HEX triplet: 5D, FC and 55. RGB value is (93,252,85). Sum of RGB (Red+Green+Blue) = 93+252+85=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFC55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DFC55 is #A203AA. Grayscale: #B9B9B9. Windows color (decimal): -10617771 or 5635165. OLE color: 5635165.
HSL color Cylindrical-coordinate representation of color #5DFC55: hue angle of 117.13º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DFC55 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 252 | 85 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.01 |
| HSL | 117.13º | 0.97% | 0.66% | - |
| HSV(B) | 117.13º | 0.66% | 0.99% | - |
| XYZ | 40.96 | 72.6 | 20.45 | - |
| YUV | 185.42 | 71.32 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 252 | 85 | 0.63 | 0 | 0.66 | 0.01 | 117.13 | 0.97 | 0.66 |
| Hex | 5D | FC | 55 | 3F | 0 | 42 | 1 | 75 | 61 | 42 |
| Octal | 135 | 374 | 125 | 77 | 0 | 102 | 1 | 165 | 141 | 102 |
| Binary | 1011101 | 11111100 | 1010101 | 111111 | 0 | 1000010 | 1 | 1110101 | 1100001 | 1000010 |
Color Harmonies of #5DFC55
Complementary color
Monochromatic Colors of #5DFC55
Black with #5DFC55
Text Example
Text Example
White with #5DFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFC55; }
p { color: rgb(93,252,85); }
H1.HeaderClassName
{
color: #5DFC55;
}
.AnyTagClassName
{
color: #5DFC55;
}
</style>
background-color css
<style>
a { background-color: #5DFC55; }
a { background-color: rgb(93,252,85); }
div.DivClassName
{
background-color: #5DFC55;
}
.BgClassName
{
background-color: #5DFC55;
}
</style>
border-color css
<style>
span { border-color: #5DFC55; }
span { border-color: rgb(93,252,85); }
td.TdClassName
{
border-color: #5DFC55;
}
.TagClassName
{
border-color: #5DFC55;
}
</style>