Shades of Screamin' Green #55FF6D
Tints of Screamin' Green #55FF6D
RGB
CMYK
RGB Variations
Color information
#55FF6D (or 0x55FF6D) is known color: Screamin' Green. HEX triplet: 55, FF and 6D. RGB value is (85,255,109). Sum of RGB (Red+Green+Blue) = 85+255+109=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FF6D is #AA0092. Grayscale: #BBBBBB. Windows color (decimal): -11141267 or 7208789. OLE color: 7208789.
HSL color Cylindrical-coordinate representation of color #55FF6D: hue angle of 128.47º 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 #55FF6D is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 109 | - |
| CMYK | 0.67 | 0 | 0.57 | 0 |
| HSL | 128.47º | 1% | 0.67% | - |
| HSV(B) | 128.47º | 0.67% | 1% | - |
| XYZ | 42.27 | 74.56 | 26.63 | - |
| YUV | 187.53 | 83.68 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 109 | 0.67 | 0 | 0.57 | 0 | 128.47 | 1 | 0.67 |
| Hex | 55 | FF | 6D | 43 | 0 | 39 | 0 | 80 | 64 | 43 |
| Octal | 125 | 377 | 155 | 103 | 0 | 71 | 0 | 200 | 144 | 103 |
| Binary | 1010101 | 11111111 | 1101101 | 1000011 | 0 | 111001 | 0 | 10000000 | 1100100 | 1000011 |
Color Harmonies of #55FF6D
Complementary color
Monochromatic Colors of #55FF6D
Black with #55FF6D
Text Example
Text Example
White with #55FF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF6D; }
p { color: rgb(85,255,109); }
H1.HeaderClassName
{
color: #55FF6D;
}
.AnyTagClassName
{
color: #55FF6D;
}
</style>
background-color css
<style>
a { background-color: #55FF6D; }
a { background-color: rgb(85,255,109); }
div.DivClassName
{
background-color: #55FF6D;
}
.BgClassName
{
background-color: #55FF6D;
}
</style>
border-color css
<style>
span { border-color: #55FF6D; }
span { border-color: rgb(85,255,109); }
td.TdClassName
{
border-color: #55FF6D;
}
.TagClassName
{
border-color: #55FF6D;
}
</style>