Shades of Bright Green #55F900
Tints of Bright Green #55F900
RGB
CMYK
RGB Variations
Color information
#55F900 (or 0x55F900) is known color: Bright Green. HEX triplet: 55, F9 and 00. RGB value is (85,249,0). Sum of RGB (Red+Green+Blue) = 85+249+0=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 249 (97.66% from 255 or 74.55% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 249 - color contains mainly: green. Hex color #55F900 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F900 is #AA06FF. Grayscale: #ACACAC. Windows color (decimal): -11142912 or 63829. OLE color: 63829.
HSL color Cylindrical-coordinate representation of color #55F900: hue angle of 99.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55F900 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.02 |
| HSL | 99.52º | 1% | 0.49% | - |
| HSV(B) | 99.52º | 1% | 0.98% | - |
| XYZ | 37.62 | 69.68 | 11.47 | - |
| YUV | 171.58 | 31.17 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 0 | 0.66 | 0 | 1 | 0.02 | 99.52 | 1 | 0.49 |
| Hex | 55 | F9 | 0 | 42 | 0 | 64 | 2 | 64 | 64 | 31 |
| Octal | 125 | 371 | 0 | 102 | 0 | 144 | 2 | 144 | 144 | 61 |
| Binary | 1010101 | 11111001 | 0 | 1000010 | 0 | 1100100 | 10 | 1100100 | 1100100 | 110001 |
Color Harmonies of #55F900
Complementary color
Monochromatic Colors of #55F900
Black with #55F900
Text Example
Text Example
White with #55F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F900; }
p { color: rgb(85,249,0); }
H1.HeaderClassName
{
color: #55F900;
}
.AnyTagClassName
{
color: #55F900;
}
</style>
background-color css
<style>
a { background-color: #55F900; }
a { background-color: rgb(85,249,0); }
div.DivClassName
{
background-color: #55F900;
}
.BgClassName
{
background-color: #55F900;
}
</style>
border-color css
<style>
span { border-color: #55F900; }
span { border-color: rgb(85,249,0); }
td.TdClassName
{
border-color: #55F900;
}
.TagClassName
{
border-color: #55F900;
}
</style>