Shades of Screamin' Green #5DF650
Tints of Screamin' Green #5DF650
RGB
CMYK
RGB Variations
Color information
#5DF650 (or 0x5DF650) is known color: Screamin' Green. HEX triplet: 5D, F6 and 50. RGB value is (93,246,80). Sum of RGB (Red+Green+Blue) = 93+246+80=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 246 (96.48% from 255 or 58.71% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 246 - color contains mainly: green. Hex color #5DF650 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5DF650 is #A209AF. Grayscale: #B5B5B5. Windows color (decimal): -10619312 or 5305949. OLE color: 5305949.
HSL color Cylindrical-coordinate representation of color #5DF650: hue angle of 115.3º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DF650 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 246 | 80 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.04 |
| HSL | 115.3º | 0.9% | 0.64% | - |
| HSV(B) | 115.3º | 0.67% | 0.96% | - |
| XYZ | 38.92 | 68.82 | 18.82 | - |
| YUV | 181.33 | 70.81 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 246 | 80 | 0.62 | 0 | 0.67 | 0.04 | 115.3 | 0.9 | 0.64 |
| Hex | 5D | F6 | 50 | 3E | 0 | 43 | 4 | 73 | 5A | 40 |
| Octal | 135 | 366 | 120 | 76 | 0 | 103 | 4 | 163 | 132 | 100 |
| Binary | 1011101 | 11110110 | 1010000 | 111110 | 0 | 1000011 | 100 | 1110011 | 1011010 | 1000000 |
Color Harmonies of #5DF650
Complementary color
Monochromatic Colors of #5DF650
Black with #5DF650
Text Example
Text Example
White with #5DF650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF650; }
p { color: rgb(93,246,80); }
H1.HeaderClassName
{
color: #5DF650;
}
.AnyTagClassName
{
color: #5DF650;
}
</style>
background-color css
<style>
a { background-color: #5DF650; }
a { background-color: rgb(93,246,80); }
div.DivClassName
{
background-color: #5DF650;
}
.BgClassName
{
background-color: #5DF650;
}
</style>
border-color css
<style>
span { border-color: #5DF650; }
span { border-color: rgb(93,246,80); }
td.TdClassName
{
border-color: #5DF650;
}
.TagClassName
{
border-color: #5DF650;
}
</style>