Shades of Screamin' Green #55FF45
Tints of Screamin' Green #55FF45
RGB
CMYK
RGB Variations
Color information
#55FF45 (or 0x55FF45) is known color: Screamin' Green. HEX triplet: 55, FF and 45. RGB value is (85,255,69). Sum of RGB (Red+Green+Blue) = 85+255+69=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 255 (100% from 255 or 62.35% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FF45 is #AA00BA. Grayscale: #B7B7B7. Windows color (decimal): -11141307 or 4587349. OLE color: 4587349.
HSL color Cylindrical-coordinate representation of color #55FF45: hue angle of 114.84º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55FF45 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 69 | - |
| CMYK | 0.67 | 0 | 0.73 | 0 |
| HSL | 114.84º | 1% | 0.64% | - |
| HSV(B) | 114.84º | 0.73% | 1% | - |
| XYZ | 40.58 | 73.88 | 17.75 | - |
| YUV | 182.97 | 63.68 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 69 | 0.67 | 0 | 0.73 | 0 | 114.84 | 1 | 0.64 |
| Hex | 55 | FF | 45 | 43 | 0 | 49 | 0 | 73 | 64 | 40 |
| Octal | 125 | 377 | 105 | 103 | 0 | 111 | 0 | 163 | 144 | 100 |
| Binary | 1010101 | 11111111 | 1000101 | 1000011 | 0 | 1001001 | 0 | 1110011 | 1100100 | 1000000 |
Color Harmonies of #55FF45
Complementary color
Monochromatic Colors of #55FF45
Black with #55FF45
Text Example
Text Example
White with #55FF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF45; }
p { color: rgb(85,255,69); }
H1.HeaderClassName
{
color: #55FF45;
}
.AnyTagClassName
{
color: #55FF45;
}
</style>
background-color css
<style>
a { background-color: #55FF45; }
a { background-color: rgb(85,255,69); }
div.DivClassName
{
background-color: #55FF45;
}
.BgClassName
{
background-color: #55FF45;
}
</style>
border-color css
<style>
span { border-color: #55FF45; }
span { border-color: rgb(85,255,69); }
td.TdClassName
{
border-color: #55FF45;
}
.TagClassName
{
border-color: #55FF45;
}
</style>