Shades of Screamin' Green #5DFF41
Tints of Screamin' Green #5DFF41
RGB
CMYK
RGB Variations
Color information
#5DFF41 (or 0x5DFF41) is known color: Screamin' Green. HEX triplet: 5D, FF and 41. RGB value is (93,255,65). Sum of RGB (Red+Green+Blue) = 93+255+65=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFF41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFF41 is #A200BE. Grayscale: #B9B9B9. Windows color (decimal): -10617023 or 4325213. OLE color: 4325213.
HSL color Cylindrical-coordinate representation of color #5DFF41: hue angle of 111.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DFF41 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 65 | - |
| CMYK | 0.64 | 0 | 0.75 | 0 |
| HSL | 111.16º | 1% | 0.63% | - |
| HSV(B) | 111.16º | 0.75% | 1% | - |
| XYZ | 41.23 | 74.23 | 17.16 | - |
| YUV | 184.9 | 60.33 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 65 | 0.64 | 0 | 0.75 | 0 | 111.16 | 1 | 0.63 |
| Hex | 5D | FF | 41 | 40 | 0 | 4B | 0 | 6F | 64 | 3F |
| Octal | 135 | 377 | 101 | 100 | 0 | 113 | 0 | 157 | 144 | 77 |
| Binary | 1011101 | 11111111 | 1000001 | 1000000 | 0 | 1001011 | 0 | 1101111 | 1100100 | 111111 |
Color Harmonies of #5DFF41
Complementary color
Monochromatic Colors of #5DFF41
Black with #5DFF41
Text Example
Text Example
White with #5DFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFF41; }
p { color: rgb(93,255,65); }
H1.HeaderClassName
{
color: #5DFF41;
}
.AnyTagClassName
{
color: #5DFF41;
}
</style>
background-color css
<style>
a { background-color: #5DFF41; }
a { background-color: rgb(93,255,65); }
div.DivClassName
{
background-color: #5DFF41;
}
.BgClassName
{
background-color: #5DFF41;
}
</style>
border-color css
<style>
span { border-color: #5DFF41; }
span { border-color: rgb(93,255,65); }
td.TdClassName
{
border-color: #5DFF41;
}
.TagClassName
{
border-color: #5DFF41;
}
</style>