Shades of Screamin' Green #55F266
Tints of Screamin' Green #55F266
RGB
CMYK
RGB Variations
Color information
#55F266 (or 0x55F266) is known color: Screamin' Green. HEX triplet: 55, F2 and 66. RGB value is (85,242,102). Sum of RGB (Red+Green+Blue) = 85+242+102=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #55F266 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F266 is #AA0D99. Grayscale: #B3B3B3. Windows color (decimal): -11144602 or 6746709. OLE color: 6746709.
HSL color Cylindrical-coordinate representation of color #55F266: hue angle of 126.5º degrees, saturation: 0.86, 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 #55F266 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 102 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.05 |
| HSL | 126.5º | 0.86% | 0.64% | - |
| HSV(B) | 126.5º | 0.65% | 0.95% | - |
| XYZ | 37.9 | 66.39 | 23.39 | - |
| YUV | 179.1 | 84.49 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 102 | 0.65 | 0 | 0.58 | 0.05 | 126.5 | 0.86 | 0.64 |
| Hex | 55 | F2 | 66 | 41 | 0 | 3A | 5 | 7E | 56 | 40 |
| Octal | 125 | 362 | 146 | 101 | 0 | 72 | 5 | 176 | 126 | 100 |
| Binary | 1010101 | 11110010 | 1100110 | 1000001 | 0 | 111010 | 101 | 1111110 | 1010110 | 1000000 |
Color Harmonies of #55F266
Complementary color
Monochromatic Colors of #55F266
Black with #55F266
Text Example
Text Example
White with #55F266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F266; }
p { color: rgb(85,242,102); }
H1.HeaderClassName
{
color: #55F266;
}
.AnyTagClassName
{
color: #55F266;
}
</style>
background-color css
<style>
a { background-color: #55F266; }
a { background-color: rgb(85,242,102); }
div.DivClassName
{
background-color: #55F266;
}
.BgClassName
{
background-color: #55F266;
}
</style>
border-color css
<style>
span { border-color: #55F266; }
span { border-color: rgb(85,242,102); }
td.TdClassName
{
border-color: #55F266;
}
.TagClassName
{
border-color: #55F266;
}
</style>