Shades of Screamin' Green #5FEA72
Tints of Screamin' Green #5FEA72
RGB
CMYK
RGB Variations
Color information
#5FEA72 (or 0x5FEA72) is known color: Screamin' Green. HEX triplet: 5F, EA and 72. RGB value is (95,234,114). Sum of RGB (Red+Green+Blue) = 95+234+114=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FEA72 is #A0158D. Grayscale: #B3B3B3. Windows color (decimal): -10491278 or 7531103. OLE color: 7531103.
HSL color Cylindrical-coordinate representation of color #5FEA72: hue angle of 128.2º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEA72 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 114 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.08 |
| HSL | 128.2º | 0.77% | 0.65% | - |
| HSV(B) | 128.2º | 0.59% | 0.92% | - |
| XYZ | 37.18 | 62.49 | 26.02 | - |
| YUV | 178.76 | 91.45 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 114 | 0.59 | 0 | 0.51 | 0.08 | 128.2 | 0.77 | 0.65 |
| Hex | 5F | EA | 72 | 3B | 0 | 33 | 8 | 80 | 4D | 41 |
| Octal | 137 | 352 | 162 | 73 | 0 | 63 | 10 | 200 | 115 | 101 |
| Binary | 1011111 | 11101010 | 1110010 | 111011 | 0 | 110011 | 1000 | 10000000 | 1001101 | 1000001 |
Color Harmonies of #5FEA72
Complementary color
Monochromatic Colors of #5FEA72
Black with #5FEA72
Text Example
Text Example
White with #5FEA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA72; }
p { color: rgb(95,234,114); }
H1.HeaderClassName
{
color: #5FEA72;
}
.AnyTagClassName
{
color: #5FEA72;
}
</style>
background-color css
<style>
a { background-color: #5FEA72; }
a { background-color: rgb(95,234,114); }
div.DivClassName
{
background-color: #5FEA72;
}
.BgClassName
{
background-color: #5FEA72;
}
</style>
border-color css
<style>
span { border-color: #5FEA72; }
span { border-color: rgb(95,234,114); }
td.TdClassName
{
border-color: #5FEA72;
}
.TagClassName
{
border-color: #5FEA72;
}
</style>