Shades of Screamin' Green #55FA4E
Tints of Screamin' Green #55FA4E
RGB
CMYK
RGB Variations
Color information
#55FA4E (or 0x55FA4E) is known color: Screamin' Green. HEX triplet: 55, FA and 4E. RGB value is (85,250,78). Sum of RGB (Red+Green+Blue) = 85+250+78=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 250 (98.05% from 255 or 60.53% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA4E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FA4E is #AA05B1. Grayscale: #B5B5B5. Windows color (decimal): -11142578 or 5175893. OLE color: 5175893.
HSL color Cylindrical-coordinate representation of color #55FA4E: hue angle of 117.56º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55FA4E is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 78 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.02 |
| HSL | 117.56º | 0.95% | 0.64% | - |
| HSV(B) | 117.56º | 0.69% | 0.98% | - |
| XYZ | 39.31 | 70.85 | 18.81 | - |
| YUV | 181.06 | 69.84 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 78 | 0.66 | 0 | 0.69 | 0.02 | 117.56 | 0.95 | 0.64 |
| Hex | 55 | FA | 4E | 42 | 0 | 45 | 2 | 76 | 5F | 40 |
| Octal | 125 | 372 | 116 | 102 | 0 | 105 | 2 | 166 | 137 | 100 |
| Binary | 1010101 | 11111010 | 1001110 | 1000010 | 0 | 1000101 | 10 | 1110110 | 1011111 | 1000000 |
Color Harmonies of #55FA4E
Complementary color
Monochromatic Colors of #55FA4E
Black with #55FA4E
Text Example
Text Example
White with #55FA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA4E; }
p { color: rgb(85,250,78); }
H1.HeaderClassName
{
color: #55FA4E;
}
.AnyTagClassName
{
color: #55FA4E;
}
</style>
background-color css
<style>
a { background-color: #55FA4E; }
a { background-color: rgb(85,250,78); }
div.DivClassName
{
background-color: #55FA4E;
}
.BgClassName
{
background-color: #55FA4E;
}
</style>
border-color css
<style>
span { border-color: #55FA4E; }
span { border-color: rgb(85,250,78); }
td.TdClassName
{
border-color: #55FA4E;
}
.TagClassName
{
border-color: #55FA4E;
}
</style>