Shades of Screamin' Green #55FA5E
Tints of Screamin' Green #55FA5E
RGB
CMYK
RGB Variations
Color information
#55FA5E (or 0x55FA5E) is known color: Screamin' Green. HEX triplet: 55, FA and 5E. RGB value is (85,250,94). Sum of RGB (Red+Green+Blue) = 85+250+94=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 250 (98.05% from 255 or 58.28% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA5E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FA5E is #AA05A1. Grayscale: #B7B7B7. Windows color (decimal): -11142562 or 6224469. OLE color: 6224469.
HSL color Cylindrical-coordinate representation of color #55FA5E: hue angle of 123.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FA5E is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 94 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.02 |
| HSL | 123.27º | 0.94% | 0.66% | - |
| HSV(B) | 123.27º | 0.66% | 0.98% | - |
| XYZ | 39.95 | 71.11 | 22.21 | - |
| YUV | 182.88 | 77.84 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 94 | 0.66 | 0 | 0.62 | 0.02 | 123.27 | 0.94 | 0.66 |
| Hex | 55 | FA | 5E | 42 | 0 | 3E | 2 | 7B | 5E | 42 |
| Octal | 125 | 372 | 136 | 102 | 0 | 76 | 2 | 173 | 136 | 102 |
| Binary | 1010101 | 11111010 | 1011110 | 1000010 | 0 | 111110 | 10 | 1111011 | 1011110 | 1000010 |
Color Harmonies of #55FA5E
Complementary color
Monochromatic Colors of #55FA5E
Black with #55FA5E
Text Example
Text Example
White with #55FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA5E; }
p { color: rgb(85,250,94); }
H1.HeaderClassName
{
color: #55FA5E;
}
.AnyTagClassName
{
color: #55FA5E;
}
</style>
background-color css
<style>
a { background-color: #55FA5E; }
a { background-color: rgb(85,250,94); }
div.DivClassName
{
background-color: #55FA5E;
}
.BgClassName
{
background-color: #55FA5E;
}
</style>
border-color css
<style>
span { border-color: #55FA5E; }
span { border-color: rgb(85,250,94); }
td.TdClassName
{
border-color: #55FA5E;
}
.TagClassName
{
border-color: #55FA5E;
}
</style>