Shades of Screamin' Green #55FA65
Tints of Screamin' Green #55FA65
RGB
CMYK
RGB Variations
Color information
#55FA65 (or 0x55FA65) is known color: Screamin' Green. HEX triplet: 55, FA and 65. RGB value is (85,250,101). Sum of RGB (Red+Green+Blue) = 85+250+101=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FA65 is #AA059A. Grayscale: #B8B8B8. Windows color (decimal): -11142555 or 6683221. OLE color: 6683221.
HSL color Cylindrical-coordinate representation of color #55FA65: hue angle of 125.82º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FA65 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 101 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.02 |
| HSL | 125.82º | 0.94% | 0.66% | - |
| HSV(B) | 125.82º | 0.66% | 0.98% | - |
| XYZ | 40.28 | 71.24 | 23.94 | - |
| YUV | 183.68 | 81.34 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 101 | 0.66 | 0 | 0.60 | 0.02 | 125.82 | 0.94 | 0.66 |
| Hex | 55 | FA | 65 | 42 | 0 | 3C | 2 | 7E | 5E | 42 |
| Octal | 125 | 372 | 145 | 102 | 0 | 74 | 2 | 176 | 136 | 102 |
| Binary | 1010101 | 11111010 | 1100101 | 1000010 | 0 | 111100 | 10 | 1111110 | 1011110 | 1000010 |
Color Harmonies of #55FA65
Complementary color
Monochromatic Colors of #55FA65
Black with #55FA65
Text Example
Text Example
White with #55FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA65; }
p { color: rgb(85,250,101); }
H1.HeaderClassName
{
color: #55FA65;
}
.AnyTagClassName
{
color: #55FA65;
}
</style>
background-color css
<style>
a { background-color: #55FA65; }
a { background-color: rgb(85,250,101); }
div.DivClassName
{
background-color: #55FA65;
}
.BgClassName
{
background-color: #55FA65;
}
</style>
border-color css
<style>
span { border-color: #55FA65; }
span { border-color: rgb(85,250,101); }
td.TdClassName
{
border-color: #55FA65;
}
.TagClassName
{
border-color: #55FA65;
}
</style>