Shades of Bright Green #55F209
Tints of Bright Green #55F209
RGB
CMYK
RGB Variations
Color information
#55F209 (or 0x55F209) is known color: Bright Green. HEX triplet: 55, F2 and 09. RGB value is (85,242,9). Sum of RGB (Red+Green+Blue) = 85+242+9=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #55F209 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F209 is #AA0DF6. Grayscale: #A9A9A9. Windows color (decimal): -11144695 or 651861. OLE color: 651861.
HSL color Cylindrical-coordinate representation of color #55F209: hue angle of 100.43º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55F209 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 9 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.05 |
| HSL | 100.43º | 0.93% | 0.49% | - |
| HSV(B) | 100.43º | 0.96% | 0.95% | - |
| XYZ | 35.55 | 65.46 | 11.02 | - |
| YUV | 168.5 | 37.99 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 9 | 0.65 | 0 | 0.96 | 0.05 | 100.43 | 0.93 | 0.49 |
| Hex | 55 | F2 | 9 | 41 | 0 | 60 | 5 | 64 | 5D | 31 |
| Octal | 125 | 362 | 11 | 101 | 0 | 140 | 5 | 144 | 135 | 61 |
| Binary | 1010101 | 11110010 | 1001 | 1000001 | 0 | 1100000 | 101 | 1100100 | 1011101 | 110001 |
Color Harmonies of #55F209
Complementary color
Monochromatic Colors of #55F209
Black with #55F209
Text Example
Text Example
White with #55F209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F209; }
p { color: rgb(85,242,9); }
H1.HeaderClassName
{
color: #55F209;
}
.AnyTagClassName
{
color: #55F209;
}
</style>
background-color css
<style>
a { background-color: #55F209; }
a { background-color: rgb(85,242,9); }
div.DivClassName
{
background-color: #55F209;
}
.BgClassName
{
background-color: #55F209;
}
</style>
border-color css
<style>
span { border-color: #55F209; }
span { border-color: rgb(85,242,9); }
td.TdClassName
{
border-color: #55F209;
}
.TagClassName
{
border-color: #55F209;
}
</style>