Shades of Screamin' Green #5DDF52
Tints of Screamin' Green #5DDF52
RGB
CMYK
RGB Variations
Color information
#5DDF52 (or 0x5DDF52) is known color: Screamin' Green. HEX triplet: 5D, DF and 52. RGB value is (93,223,82). Sum of RGB (Red+Green+Blue) = 93+223+82=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDF52 is #A220AD. Grayscale: #A8A8A8. Windows color (decimal): -10625198 or 5431133. OLE color: 5431133.
HSL color Cylindrical-coordinate representation of color #5DDF52: hue angle of 115.32º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DDF52 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 82 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.13 |
| HSL | 115.32º | 0.69% | 0.6% | - |
| HSV(B) | 115.32º | 0.63% | 0.87% | - |
| XYZ | 32.42 | 55.71 | 17.03 | - |
| YUV | 168.06 | 79.43 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 82 | 0.58 | 0 | 0.63 | 0.13 | 115.32 | 0.69 | 0.6 |
| Hex | 5D | DF | 52 | 3A | 0 | 3F | D | 73 | 45 | 3C |
| Octal | 135 | 337 | 122 | 72 | 0 | 77 | 15 | 163 | 105 | 74 |
| Binary | 1011101 | 11011111 | 1010010 | 111010 | 0 | 111111 | 1101 | 1110011 | 1000101 | 111100 |
Color Harmonies of #5DDF52
Complementary color
Monochromatic Colors of #5DDF52
Black with #5DDF52
Text Example
Text Example
White with #5DDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF52; }
p { color: rgb(93,223,82); }
H1.HeaderClassName
{
color: #5DDF52;
}
.AnyTagClassName
{
color: #5DDF52;
}
</style>
background-color css
<style>
a { background-color: #5DDF52; }
a { background-color: rgb(93,223,82); }
div.DivClassName
{
background-color: #5DDF52;
}
.BgClassName
{
background-color: #5DDF52;
}
</style>
border-color css
<style>
span { border-color: #5DDF52; }
span { border-color: rgb(93,223,82); }
td.TdClassName
{
border-color: #5DDF52;
}
.TagClassName
{
border-color: #5DDF52;
}
</style>