Shades of Screamin' Green #55F96D
Tints of Screamin' Green #55F96D
RGB
CMYK
RGB Variations
Color information
#55F96D (or 0x55F96D) is known color: Screamin' Green. HEX triplet: 55, F9 and 6D. RGB value is (85,249,109). Sum of RGB (Red+Green+Blue) = 85+249+109=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #55F96D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F96D is #AA0692. Grayscale: #B8B8B8. Windows color (decimal): -11142803 or 7207253. OLE color: 7207253.
HSL color Cylindrical-coordinate representation of color #55F96D: hue angle of 128.78º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F96D is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 109 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.02 |
| HSL | 128.78º | 0.93% | 0.65% | - |
| HSV(B) | 128.78º | 0.66% | 0.98% | - |
| XYZ | 40.38 | 70.79 | 26 | - |
| YUV | 184 | 85.67 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 109 | 0.66 | 0 | 0.56 | 0.02 | 128.78 | 0.93 | 0.65 |
| Hex | 55 | F9 | 6D | 42 | 0 | 38 | 2 | 81 | 5D | 41 |
| Octal | 125 | 371 | 155 | 102 | 0 | 70 | 2 | 201 | 135 | 101 |
| Binary | 1010101 | 11111001 | 1101101 | 1000010 | 0 | 111000 | 10 | 10000001 | 1011101 | 1000001 |
Color Harmonies of #55F96D
Complementary color
Monochromatic Colors of #55F96D
Black with #55F96D
Text Example
Text Example
White with #55F96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F96D; }
p { color: rgb(85,249,109); }
H1.HeaderClassName
{
color: #55F96D;
}
.AnyTagClassName
{
color: #55F96D;
}
</style>
background-color css
<style>
a { background-color: #55F96D; }
a { background-color: rgb(85,249,109); }
div.DivClassName
{
background-color: #55F96D;
}
.BgClassName
{
background-color: #55F96D;
}
</style>
border-color css
<style>
span { border-color: #55F96D; }
span { border-color: rgb(85,249,109); }
td.TdClassName
{
border-color: #55F96D;
}
.TagClassName
{
border-color: #55F96D;
}
</style>