Shades of Screamin' Green #5FDE52
Tints of Screamin' Green #5FDE52
RGB
CMYK
RGB Variations
Color information
#5FDE52 (or 0x5FDE52) is known color: Screamin' Green. HEX triplet: 5F, DE and 52. RGB value is (95,222,82). Sum of RGB (Red+Green+Blue) = 95+222+82=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 222 (87.11% from 255 or 55.64% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDE52 is #A021AD. Grayscale: #A8A8A8. Windows color (decimal): -10494382 or 5430879. OLE color: 5430879.
HSL color Cylindrical-coordinate representation of color #5FDE52: hue angle of 114.43º degrees, saturation: 0.68, 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 #5FDE52 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 82 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.13 |
| HSL | 114.43º | 0.68% | 0.6% | - |
| HSV(B) | 114.43º | 0.63% | 0.87% | - |
| XYZ | 32.36 | 55.28 | 16.95 | - |
| YUV | 168.07 | 79.42 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 82 | 0.57 | 0 | 0.63 | 0.13 | 114.43 | 0.68 | 0.6 |
| Hex | 5F | DE | 52 | 39 | 0 | 3F | D | 72 | 44 | 3C |
| Octal | 137 | 336 | 122 | 71 | 0 | 77 | 15 | 162 | 104 | 74 |
| Binary | 1011111 | 11011110 | 1010010 | 111001 | 0 | 111111 | 1101 | 1110010 | 1000100 | 111100 |
Color Harmonies of #5FDE52
Complementary color
Monochromatic Colors of #5FDE52
Black with #5FDE52
Text Example
Text Example
White with #5FDE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDE52; }
p { color: rgb(95,222,82); }
H1.HeaderClassName
{
color: #5FDE52;
}
.AnyTagClassName
{
color: #5FDE52;
}
</style>
background-color css
<style>
a { background-color: #5FDE52; }
a { background-color: rgb(95,222,82); }
div.DivClassName
{
background-color: #5FDE52;
}
.BgClassName
{
background-color: #5FDE52;
}
</style>
border-color css
<style>
span { border-color: #5FDE52; }
span { border-color: rgb(95,222,82); }
td.TdClassName
{
border-color: #5FDE52;
}
.TagClassName
{
border-color: #5FDE52;
}
</style>