Shades of Screamin' Green #5FFC55
Tints of Screamin' Green #5FFC55
RGB
CMYK
RGB Variations
Color information
#5FFC55 (or 0x5FFC55) is known color: Screamin' Green. HEX triplet: 5F, FC and 55. RGB value is (95,252,85). Sum of RGB (Red+Green+Blue) = 95+252+85=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FFC55 is #A003AA. Grayscale: #BABABA. Windows color (decimal): -10486699 or 5635167. OLE color: 5635167.
HSL color Cylindrical-coordinate representation of color #5FFC55: hue angle of 116.41º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FFC55 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 85 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.01 |
| HSL | 116.41º | 0.97% | 0.66% | - |
| HSV(B) | 116.41º | 0.66% | 0.99% | - |
| XYZ | 41.17 | 72.71 | 20.46 | - |
| YUV | 186.02 | 70.99 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 85 | 0.62 | 0 | 0.66 | 0.01 | 116.41 | 0.97 | 0.66 |
| Hex | 5F | FC | 55 | 3E | 0 | 42 | 1 | 74 | 61 | 42 |
| Octal | 137 | 374 | 125 | 76 | 0 | 102 | 1 | 164 | 141 | 102 |
| Binary | 1011111 | 11111100 | 1010101 | 111110 | 0 | 1000010 | 1 | 1110100 | 1100001 | 1000010 |
Color Harmonies of #5FFC55
Complementary color
Monochromatic Colors of #5FFC55
Black with #5FFC55
Text Example
Text Example
White with #5FFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFC55; }
p { color: rgb(95,252,85); }
H1.HeaderClassName
{
color: #5FFC55;
}
.AnyTagClassName
{
color: #5FFC55;
}
</style>
background-color css
<style>
a { background-color: #5FFC55; }
a { background-color: rgb(95,252,85); }
div.DivClassName
{
background-color: #5FFC55;
}
.BgClassName
{
background-color: #5FFC55;
}
</style>
border-color css
<style>
span { border-color: #5FFC55; }
span { border-color: rgb(95,252,85); }
td.TdClassName
{
border-color: #5FFC55;
}
.TagClassName
{
border-color: #5FFC55;
}
</style>