Shades of Screamin' Green #5DDF55
Tints of Screamin' Green #5DDF55
RGB
CMYK
RGB Variations
Color information
#5DDF55 (or 0x5DDF55) is known color: Screamin' Green. HEX triplet: 5D, DF and 55. RGB value is (93,223,85). Sum of RGB (Red+Green+Blue) = 93+223+85=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDF55 is #A220AA. Grayscale: #A8A8A8. Windows color (decimal): -10625195 or 5627741. OLE color: 5627741.
HSL color Cylindrical-coordinate representation of color #5DDF55: hue angle of 116.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DDF55 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 85 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.13 |
| HSL | 116.52º | 0.68% | 0.6% | - |
| HSV(B) | 116.52º | 0.62% | 0.87% | - |
| XYZ | 32.54 | 55.76 | 17.64 | - |
| YUV | 168.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 85 | 0.58 | 0 | 0.62 | 0.13 | 116.52 | 0.68 | 0.6 |
| Hex | 5D | DF | 55 | 3A | 0 | 3E | D | 75 | 44 | 3C |
| Octal | 135 | 337 | 125 | 72 | 0 | 76 | 15 | 165 | 104 | 74 |
| Binary | 1011101 | 11011111 | 1010101 | 111010 | 0 | 111110 | 1101 | 1110101 | 1000100 | 111100 |
Color Harmonies of #5DDF55
Complementary color
Monochromatic Colors of #5DDF55
Black with #5DDF55
Text Example
Text Example
White with #5DDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF55; }
p { color: rgb(93,223,85); }
H1.HeaderClassName
{
color: #5DDF55;
}
.AnyTagClassName
{
color: #5DDF55;
}
</style>
background-color css
<style>
a { background-color: #5DDF55; }
a { background-color: rgb(93,223,85); }
div.DivClassName
{
background-color: #5DDF55;
}
.BgClassName
{
background-color: #5DDF55;
}
</style>
border-color css
<style>
span { border-color: #5DDF55; }
span { border-color: rgb(93,223,85); }
td.TdClassName
{
border-color: #5DDF55;
}
.TagClassName
{
border-color: #5DDF55;
}
</style>