Shades of Screamin' Green #5FE152
Tints of Screamin' Green #5FE152
RGB
CMYK
RGB Variations
Color information
#5FE152 (or 0x5FE152) is known color: Screamin' Green. HEX triplet: 5F, E1 and 52. RGB value is (95,225,82). Sum of RGB (Red+Green+Blue) = 95+225+82=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE152 is #A01EAD. Grayscale: #AAAAAA. Windows color (decimal): -10493614 or 5431647. OLE color: 5431647.
HSL color Cylindrical-coordinate representation of color #5FE152: hue angle of 114.55º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FE152 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 82 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.12 |
| HSL | 114.55º | 0.7% | 0.6% | - |
| HSV(B) | 114.55º | 0.64% | 0.88% | - |
| XYZ | 33.17 | 56.89 | 17.22 | - |
| YUV | 169.83 | 78.43 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 82 | 0.58 | 0 | 0.64 | 0.12 | 114.55 | 0.7 | 0.6 |
| Hex | 5F | E1 | 52 | 3A | 0 | 40 | C | 73 | 46 | 3C |
| Octal | 137 | 341 | 122 | 72 | 0 | 100 | 14 | 163 | 106 | 74 |
| Binary | 1011111 | 11100001 | 1010010 | 111010 | 0 | 1000000 | 1100 | 1110011 | 1000110 | 111100 |
Color Harmonies of #5FE152
Complementary color
Monochromatic Colors of #5FE152
Black with #5FE152
Text Example
Text Example
White with #5FE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE152; }
p { color: rgb(95,225,82); }
H1.HeaderClassName
{
color: #5FE152;
}
.AnyTagClassName
{
color: #5FE152;
}
</style>
background-color css
<style>
a { background-color: #5FE152; }
a { background-color: rgb(95,225,82); }
div.DivClassName
{
background-color: #5FE152;
}
.BgClassName
{
background-color: #5FE152;
}
</style>
border-color css
<style>
span { border-color: #5FE152; }
span { border-color: rgb(95,225,82); }
td.TdClassName
{
border-color: #5FE152;
}
.TagClassName
{
border-color: #5FE152;
}
</style>