Shades of Bright Green #55F207
Tints of Bright Green #55F207
RGB
CMYK
RGB Variations
Color information
#55F207 (or 0x55F207) is known color: Bright Green. HEX triplet: 55, F2 and 07. RGB value is (85,242,7). Sum of RGB (Red+Green+Blue) = 85+242+7=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #55F207 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F207 is #AA0DF8. Grayscale: #A9A9A9. Windows color (decimal): -11144697 or 520789. OLE color: 520789.
HSL color Cylindrical-coordinate representation of color #55F207: hue angle of 100.09º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55F207 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 7 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.05 |
| HSL | 100.09º | 0.94% | 0.49% | - |
| HSV(B) | 100.09º | 0.97% | 0.95% | - |
| XYZ | 35.54 | 65.45 | 10.96 | - |
| YUV | 168.27 | 36.99 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 7 | 0.65 | 0 | 0.97 | 0.05 | 100.09 | 0.94 | 0.49 |
| Hex | 55 | F2 | 7 | 41 | 0 | 61 | 5 | 64 | 5E | 31 |
| Octal | 125 | 362 | 7 | 101 | 0 | 141 | 5 | 144 | 136 | 61 |
| Binary | 1010101 | 11110010 | 111 | 1000001 | 0 | 1100001 | 101 | 1100100 | 1011110 | 110001 |
Color Harmonies of #55F207
Complementary color
Monochromatic Colors of #55F207
Black with #55F207
Text Example
Text Example
White with #55F207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F207; }
p { color: rgb(85,242,7); }
H1.HeaderClassName
{
color: #55F207;
}
.AnyTagClassName
{
color: #55F207;
}
</style>
background-color css
<style>
a { background-color: #55F207; }
a { background-color: rgb(85,242,7); }
div.DivClassName
{
background-color: #55F207;
}
.BgClassName
{
background-color: #55F207;
}
</style>
border-color css
<style>
span { border-color: #55F207; }
span { border-color: rgb(85,242,7); }
td.TdClassName
{
border-color: #55F207;
}
.TagClassName
{
border-color: #55F207;
}
</style>