Shades of Screamin' Green #55FF64
Tints of Screamin' Green #55FF64
RGB
CMYK
RGB Variations
Color information
#55FF64 (or 0x55FF64) is known color: Screamin' Green. HEX triplet: 55, FF and 64. RGB value is (85,255,100). Sum of RGB (Red+Green+Blue) = 85+255+100=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FF64 is #AA009B. Grayscale: #BABABA. Windows color (decimal): -11141276 or 6618965. OLE color: 6618965.
HSL color Cylindrical-coordinate representation of color #55FF64: hue angle of 125.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FF64 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 100 | - |
| CMYK | 0.67 | 0 | 0.61 | 0 |
| HSL | 125.29º | 1% | 0.67% | - |
| HSV(B) | 125.29º | 0.67% | 1% | - |
| XYZ | 41.81 | 74.37 | 24.21 | - |
| YUV | 186.5 | 79.18 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 100 | 0.67 | 0 | 0.61 | 0 | 125.29 | 1 | 0.67 |
| Hex | 55 | FF | 64 | 43 | 0 | 3D | 0 | 7D | 64 | 43 |
| Octal | 125 | 377 | 144 | 103 | 0 | 75 | 0 | 175 | 144 | 103 |
| Binary | 1010101 | 11111111 | 1100100 | 1000011 | 0 | 111101 | 0 | 1111101 | 1100100 | 1000011 |
Color Harmonies of #55FF64
Complementary color
Monochromatic Colors of #55FF64
Black with #55FF64
Text Example
Text Example
White with #55FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF64; }
p { color: rgb(85,255,100); }
H1.HeaderClassName
{
color: #55FF64;
}
.AnyTagClassName
{
color: #55FF64;
}
</style>
background-color css
<style>
a { background-color: #55FF64; }
a { background-color: rgb(85,255,100); }
div.DivClassName
{
background-color: #55FF64;
}
.BgClassName
{
background-color: #55FF64;
}
</style>
border-color css
<style>
span { border-color: #55FF64; }
span { border-color: rgb(85,255,100); }
td.TdClassName
{
border-color: #55FF64;
}
.TagClassName
{
border-color: #55FF64;
}
</style>