Shades of Screamin' Green #55F06E
Tints of Screamin' Green #55F06E
RGB
CMYK
RGB Variations
Color information
#55F06E (or 0x55F06E) is known color: Screamin' Green. HEX triplet: 55, F0 and 6E. RGB value is (85,240,110). Sum of RGB (Red+Green+Blue) = 85+240+110=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #55F06E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F06E is #AA0F91. Grayscale: #B3B3B3. Windows color (decimal): -11145106 or 7270485. OLE color: 7270485.
HSL color Cylindrical-coordinate representation of color #55F06E: hue angle of 129.68º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F06E is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 110 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.06 |
| HSL | 129.68º | 0.84% | 0.64% | - |
| HSV(B) | 129.68º | 0.65% | 0.94% | - |
| XYZ | 37.72 | 65.38 | 25.38 | - |
| YUV | 178.84 | 89.15 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 110 | 0.65 | 0 | 0.54 | 0.06 | 129.68 | 0.84 | 0.64 |
| Hex | 55 | F0 | 6E | 41 | 0 | 36 | 6 | 82 | 54 | 40 |
| Octal | 125 | 360 | 156 | 101 | 0 | 66 | 6 | 202 | 124 | 100 |
| Binary | 1010101 | 11110000 | 1101110 | 1000001 | 0 | 110110 | 110 | 10000010 | 1010100 | 1000000 |
Color Harmonies of #55F06E
Complementary color
Monochromatic Colors of #55F06E
Black with #55F06E
Text Example
Text Example
White with #55F06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F06E; }
p { color: rgb(85,240,110); }
H1.HeaderClassName
{
color: #55F06E;
}
.AnyTagClassName
{
color: #55F06E;
}
</style>
background-color css
<style>
a { background-color: #55F06E; }
a { background-color: rgb(85,240,110); }
div.DivClassName
{
background-color: #55F06E;
}
.BgClassName
{
background-color: #55F06E;
}
</style>
border-color css
<style>
span { border-color: #55F06E; }
span { border-color: rgb(85,240,110); }
td.TdClassName
{
border-color: #55F06E;
}
.TagClassName
{
border-color: #55F06E;
}
</style>