Shades of Screamin' Green #55F265
Tints of Screamin' Green #55F265
RGB
CMYK
RGB Variations
Color information
#55F265 (or 0x55F265) is known color: Screamin' Green. HEX triplet: 55, F2 and 65. RGB value is (85,242,101). Sum of RGB (Red+Green+Blue) = 85+242+101=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #55F265 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F265 is #AA0D9A. Grayscale: #B3B3B3. Windows color (decimal): -11144603 or 6681173. OLE color: 6681173.
HSL color Cylindrical-coordinate representation of color #55F265: hue angle of 126.11º 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 #55F265 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 101 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.05 |
| HSL | 126.11º | 0.86% | 0.64% | - |
| HSV(B) | 126.11º | 0.65% | 0.95% | - |
| XYZ | 37.85 | 66.38 | 23.13 | - |
| YUV | 178.98 | 83.99 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 101 | 0.65 | 0 | 0.58 | 0.05 | 126.11 | 0.86 | 0.64 |
| Hex | 55 | F2 | 65 | 41 | 0 | 3A | 5 | 7E | 56 | 40 |
| Octal | 125 | 362 | 145 | 101 | 0 | 72 | 5 | 176 | 126 | 100 |
| Binary | 1010101 | 11110010 | 1100101 | 1000001 | 0 | 111010 | 101 | 1111110 | 1010110 | 1000000 |
Color Harmonies of #55F265
Complementary color
Monochromatic Colors of #55F265
Black with #55F265
Text Example
Text Example
White with #55F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F265; }
p { color: rgb(85,242,101); }
H1.HeaderClassName
{
color: #55F265;
}
.AnyTagClassName
{
color: #55F265;
}
</style>
background-color css
<style>
a { background-color: #55F265; }
a { background-color: rgb(85,242,101); }
div.DivClassName
{
background-color: #55F265;
}
.BgClassName
{
background-color: #55F265;
}
</style>
border-color css
<style>
span { border-color: #55F265; }
span { border-color: rgb(85,242,101); }
td.TdClassName
{
border-color: #55F265;
}
.TagClassName
{
border-color: #55F265;
}
</style>