Shades of Screamin' Green #55FF4A
Tints of Screamin' Green #55FF4A
RGB
CMYK
RGB Variations
Color information
#55FF4A (or 0x55FF4A) is known color: Screamin' Green. HEX triplet: 55, FF and 4A. RGB value is (85,255,74). Sum of RGB (Red+Green+Blue) = 85+255+74=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FF4A is #AA00B5. Grayscale: #B8B8B8. Windows color (decimal): -11141302 or 4915029. OLE color: 4915029.
HSL color Cylindrical-coordinate representation of color #55FF4A: hue angle of 116.35º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55FF4A is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 74 | - |
| CMYK | 0.67 | 0 | 0.71 | 0 |
| HSL | 116.35º | 1% | 0.65% | - |
| HSV(B) | 116.35º | 0.71% | 1% | - |
| XYZ | 40.74 | 73.95 | 18.6 | - |
| YUV | 183.54 | 66.18 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 74 | 0.67 | 0 | 0.71 | 0 | 116.35 | 1 | 0.65 |
| Hex | 55 | FF | 4A | 43 | 0 | 47 | 0 | 74 | 64 | 41 |
| Octal | 125 | 377 | 112 | 103 | 0 | 107 | 0 | 164 | 144 | 101 |
| Binary | 1010101 | 11111111 | 1001010 | 1000011 | 0 | 1000111 | 0 | 1110100 | 1100100 | 1000001 |
Color Harmonies of #55FF4A
Complementary color
Monochromatic Colors of #55FF4A
Black with #55FF4A
Text Example
Text Example
White with #55FF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF4A; }
p { color: rgb(85,255,74); }
H1.HeaderClassName
{
color: #55FF4A;
}
.AnyTagClassName
{
color: #55FF4A;
}
</style>
background-color css
<style>
a { background-color: #55FF4A; }
a { background-color: rgb(85,255,74); }
div.DivClassName
{
background-color: #55FF4A;
}
.BgClassName
{
background-color: #55FF4A;
}
</style>
border-color css
<style>
span { border-color: #55FF4A; }
span { border-color: rgb(85,255,74); }
td.TdClassName
{
border-color: #55FF4A;
}
.TagClassName
{
border-color: #55FF4A;
}
</style>