Shades of Screamin' Green #55F53A
Tints of Screamin' Green #55F53A
RGB
CMYK
RGB Variations
Color information
#55F53A (or 0x55F53A) is known color: Screamin' Green. HEX triplet: 55, F5 and 3A. RGB value is (85,245,58). Sum of RGB (Red+Green+Blue) = 85+245+58=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 245 (96.09% from 255 or 63.14% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 245 - color contains mainly: green. Hex color #55F53A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F53A is #AA0AC5. Grayscale: #B0B0B0. Windows color (decimal): -11143878 or 3863893. OLE color: 3863893.
HSL color Cylindrical-coordinate representation of color #55F53A: hue angle of 111.34º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55F53A is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 245 | 58 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.04 |
| HSL | 111.34º | 0.9% | 0.59% | - |
| HSV(B) | 111.34º | 0.76% | 0.96% | - |
| XYZ | 37.16 | 67.54 | 15.08 | - |
| YUV | 175.84 | 61.49 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 245 | 58 | 0.65 | 0 | 0.76 | 0.04 | 111.34 | 0.9 | 0.59 |
| Hex | 55 | F5 | 3A | 41 | 0 | 4C | 4 | 6F | 5A | 3B |
| Octal | 125 | 365 | 72 | 101 | 0 | 114 | 4 | 157 | 132 | 73 |
| Binary | 1010101 | 11110101 | 111010 | 1000001 | 0 | 1001100 | 100 | 1101111 | 1011010 | 111011 |
Color Harmonies of #55F53A
Complementary color
Monochromatic Colors of #55F53A
Black with #55F53A
Text Example
Text Example
White with #55F53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F53A; }
p { color: rgb(85,245,58); }
H1.HeaderClassName
{
color: #55F53A;
}
.AnyTagClassName
{
color: #55F53A;
}
</style>
background-color css
<style>
a { background-color: #55F53A; }
a { background-color: rgb(85,245,58); }
div.DivClassName
{
background-color: #55F53A;
}
.BgClassName
{
background-color: #55F53A;
}
</style>
border-color css
<style>
span { border-color: #55F53A; }
span { border-color: rgb(85,245,58); }
td.TdClassName
{
border-color: #55F53A;
}
.TagClassName
{
border-color: #55F53A;
}
</style>