Shades of Screamin' Green #55F365
Tints of Screamin' Green #55F365
RGB
CMYK
RGB Variations
Color information
#55F365 (or 0x55F365) is known color: Screamin' Green. HEX triplet: 55, F3 and 65. RGB value is (85,243,101). Sum of RGB (Red+Green+Blue) = 85+243+101=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #55F365 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F365 is #AA0C9A. Grayscale: #B3B3B3. Windows color (decimal): -11144347 or 6681429. OLE color: 6681429.
HSL color Cylindrical-coordinate representation of color #55F365: hue angle of 126.08º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F365 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 243 | 101 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.05 |
| HSL | 126.08º | 0.87% | 0.64% | - |
| HSV(B) | 126.08º | 0.65% | 0.95% | - |
| XYZ | 38.15 | 66.97 | 23.23 | - |
| YUV | 179.57 | 83.65 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 243 | 101 | 0.65 | 0 | 0.58 | 0.05 | 126.08 | 0.87 | 0.64 |
| Hex | 55 | F3 | 65 | 41 | 0 | 3A | 5 | 7E | 57 | 40 |
| Octal | 125 | 363 | 145 | 101 | 0 | 72 | 5 | 176 | 127 | 100 |
| Binary | 1010101 | 11110011 | 1100101 | 1000001 | 0 | 111010 | 101 | 1111110 | 1010111 | 1000000 |
Color Harmonies of #55F365
Complementary color
Monochromatic Colors of #55F365
Black with #55F365
Text Example
Text Example
White with #55F365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F365; }
p { color: rgb(85,243,101); }
H1.HeaderClassName
{
color: #55F365;
}
.AnyTagClassName
{
color: #55F365;
}
</style>
background-color css
<style>
a { background-color: #55F365; }
a { background-color: rgb(85,243,101); }
div.DivClassName
{
background-color: #55F365;
}
.BgClassName
{
background-color: #55F365;
}
</style>
border-color css
<style>
span { border-color: #55F365; }
span { border-color: rgb(85,243,101); }
td.TdClassName
{
border-color: #55F365;
}
.TagClassName
{
border-color: #55F365;
}
</style>