Shades of Screamin' Green #5FDA55
Tints of Screamin' Green #5FDA55
RGB
CMYK
RGB Variations
Color information
#5FDA55 (or 0x5FDA55) is known color: Screamin' Green. HEX triplet: 5F, DA and 55. RGB value is (95,218,85). Sum of RGB (Red+Green+Blue) = 95+218+85=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDA55 is #A025AA. Grayscale: #A6A6A6. Windows color (decimal): -10495403 or 5626463. OLE color: 5626463.
HSL color Cylindrical-coordinate representation of color #5FDA55: hue angle of 115.49º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FDA55 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 85 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.15 |
| HSL | 115.49º | 0.64% | 0.59% | - |
| HSV(B) | 115.49º | 0.61% | 0.85% | - |
| XYZ | 31.43 | 53.23 | 17.21 | - |
| YUV | 166.06 | 82.25 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 85 | 0.56 | 0 | 0.61 | 0.15 | 115.49 | 0.64 | 0.59 |
| Hex | 5F | DA | 55 | 38 | 0 | 3D | F | 73 | 40 | 3B |
| Octal | 137 | 332 | 125 | 70 | 0 | 75 | 17 | 163 | 100 | 73 |
| Binary | 1011111 | 11011010 | 1010101 | 111000 | 0 | 111101 | 1111 | 1110011 | 1000000 | 111011 |
Color Harmonies of #5FDA55
Complementary color
Monochromatic Colors of #5FDA55
Black with #5FDA55
Text Example
Text Example
White with #5FDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA55; }
p { color: rgb(95,218,85); }
H1.HeaderClassName
{
color: #5FDA55;
}
.AnyTagClassName
{
color: #5FDA55;
}
</style>
background-color css
<style>
a { background-color: #5FDA55; }
a { background-color: rgb(95,218,85); }
div.DivClassName
{
background-color: #5FDA55;
}
.BgClassName
{
background-color: #5FDA55;
}
</style>
border-color css
<style>
span { border-color: #5FDA55; }
span { border-color: rgb(95,218,85); }
td.TdClassName
{
border-color: #5FDA55;
}
.TagClassName
{
border-color: #5FDA55;
}
</style>