Shades of Screamin' Green #5EFA94
Tints of Screamin' Green #5EFA94
RGB
CMYK
RGB Variations
Color information
#5EFA94 (or 0x5EFA94) is known color: Screamin' Green. HEX triplet: 5E, FA and 94. RGB value is (94,250,148). Sum of RGB (Red+Green+Blue) = 94+250+148=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFA94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFA94 is #A1056B. Grayscale: #BFBFBF. Windows color (decimal): -10552684 or 9763422. OLE color: 9763422.
HSL color Cylindrical-coordinate representation of color #5EFA94: hue angle of 140.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFA94 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 148 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.02 |
| HSL | 140.77º | 0.94% | 0.67% | - |
| HSV(B) | 140.77º | 0.62% | 0.98% | - |
| XYZ | 44.15 | 72.89 | 39.76 | - |
| YUV | 191.73 | 103.32 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 148 | 0.62 | 0 | 0.41 | 0.02 | 140.77 | 0.94 | 0.67 |
| Hex | 5E | FA | 94 | 3E | 0 | 29 | 2 | 8D | 5E | 43 |
| Octal | 136 | 372 | 224 | 76 | 0 | 51 | 2 | 215 | 136 | 103 |
| Binary | 1011110 | 11111010 | 10010100 | 111110 | 0 | 101001 | 10 | 10001101 | 1011110 | 1000011 |
Color Harmonies of #5EFA94
Complementary color
Monochromatic Colors of #5EFA94
Black with #5EFA94
Text Example
Text Example
White with #5EFA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFA94; }
p { color: rgb(94,250,148); }
H1.HeaderClassName
{
color: #5EFA94;
}
.AnyTagClassName
{
color: #5EFA94;
}
</style>
background-color css
<style>
a { background-color: #5EFA94; }
a { background-color: rgb(94,250,148); }
div.DivClassName
{
background-color: #5EFA94;
}
.BgClassName
{
background-color: #5EFA94;
}
</style>
border-color css
<style>
span { border-color: #5EFA94; }
span { border-color: rgb(94,250,148); }
td.TdClassName
{
border-color: #5EFA94;
}
.TagClassName
{
border-color: #5EFA94;
}
</style>