Shades of Screamin' Green #55FE4E
Tints of Screamin' Green #55FE4E
RGB
CMYK
RGB Variations
Color information
#55FE4E (or 0x55FE4E) is known color: Screamin' Green. HEX triplet: 55, FE and 4E. RGB value is (85,254,78). Sum of RGB (Red+Green+Blue) = 85+254+78=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 254 (99.61% from 255 or 60.91% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE4E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FE4E is #AA01B1. Grayscale: #B7B7B7. Windows color (decimal): -11141554 or 5176917. OLE color: 5176917.
HSL color Cylindrical-coordinate representation of color #55FE4E: hue angle of 117.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55FE4E is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 78 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.00 |
| HSL | 117.61º | 0.99% | 0.65% | - |
| HSV(B) | 117.61º | 0.69% | 1% | - |
| XYZ | 40.56 | 73.36 | 19.23 | - |
| YUV | 183.41 | 68.51 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 78 | 0.67 | 0 | 0.69 | 0.00 | 117.61 | 0.99 | 0.65 |
| Hex | 55 | FE | 4E | 43 | 0 | 45 | 0 | 76 | 63 | 41 |
| Octal | 125 | 376 | 116 | 103 | 0 | 105 | 0 | 166 | 143 | 101 |
| Binary | 1010101 | 11111110 | 1001110 | 1000011 | 0 | 1000101 | 0 | 1110110 | 1100011 | 1000001 |
Color Harmonies of #55FE4E
Complementary color
Monochromatic Colors of #55FE4E
Black with #55FE4E
Text Example
Text Example
White with #55FE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FE4E; }
p { color: rgb(85,254,78); }
H1.HeaderClassName
{
color: #55FE4E;
}
.AnyTagClassName
{
color: #55FE4E;
}
</style>
background-color css
<style>
a { background-color: #55FE4E; }
a { background-color: rgb(85,254,78); }
div.DivClassName
{
background-color: #55FE4E;
}
.BgClassName
{
background-color: #55FE4E;
}
</style>
border-color css
<style>
span { border-color: #55FE4E; }
span { border-color: rgb(85,254,78); }
td.TdClassName
{
border-color: #55FE4E;
}
.TagClassName
{
border-color: #55FE4E;
}
</style>