Shades of Screamin' Green #55FA4D
Tints of Screamin' Green #55FA4D
RGB
CMYK
RGB Variations
Color information
#55FA4D (or 0x55FA4D) is known color: Screamin' Green. HEX triplet: 55, FA and 4D. RGB value is (85,250,77). Sum of RGB (Red+Green+Blue) = 85+250+77=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FA4D is #AA05B2. Grayscale: #B5B5B5. Windows color (decimal): -11142579 or 5110357. OLE color: 5110357.
HSL color Cylindrical-coordinate representation of color #55FA4D: hue angle of 117.23º 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 #55FA4D is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 77 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.02 |
| HSL | 117.23º | 0.95% | 0.64% | - |
| HSV(B) | 117.23º | 0.69% | 0.98% | - |
| XYZ | 39.27 | 70.84 | 18.62 | - |
| YUV | 180.94 | 69.34 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 77 | 0.66 | 0 | 0.69 | 0.02 | 117.23 | 0.95 | 0.64 |
| Hex | 55 | FA | 4D | 42 | 0 | 45 | 2 | 75 | 5F | 40 |
| Octal | 125 | 372 | 115 | 102 | 0 | 105 | 2 | 165 | 137 | 100 |
| Binary | 1010101 | 11111010 | 1001101 | 1000010 | 0 | 1000101 | 10 | 1110101 | 1011111 | 1000000 |
Color Harmonies of #55FA4D
Complementary color
Monochromatic Colors of #55FA4D
Black with #55FA4D
Text Example
Text Example
White with #55FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA4D; }
p { color: rgb(85,250,77); }
H1.HeaderClassName
{
color: #55FA4D;
}
.AnyTagClassName
{
color: #55FA4D;
}
</style>
background-color css
<style>
a { background-color: #55FA4D; }
a { background-color: rgb(85,250,77); }
div.DivClassName
{
background-color: #55FA4D;
}
.BgClassName
{
background-color: #55FA4D;
}
</style>
border-color css
<style>
span { border-color: #55FA4D; }
span { border-color: rgb(85,250,77); }
td.TdClassName
{
border-color: #55FA4D;
}
.TagClassName
{
border-color: #55FA4D;
}
</style>