Shades of Bright Green #55F800
Tints of Bright Green #55F800
RGB
CMYK
RGB Variations
Color information
#55F800 (or 0x55F800) is known color: Bright Green. HEX triplet: 55, F8 and 00. RGB value is (85,248,0). Sum of RGB (Red+Green+Blue) = 85+248+0=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 248 (97.27% from 255 or 74.47% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 248 - color contains mainly: green. Hex color #55F800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F800 is #AA07FF. Grayscale: #ABABAB. Windows color (decimal): -11143168 or 63573. OLE color: 63573.
HSL color Cylindrical-coordinate representation of color #55F800: hue angle of 99.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55F800 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 0 | - |
| CMYK | 0.66 | 0 | 1 | 0.03 |
| HSL | 99.44º | 1% | 0.49% | - |
| HSV(B) | 99.44º | 1% | 0.97% | - |
| XYZ | 37.31 | 69.07 | 11.36 | - |
| YUV | 170.99 | 31.5 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 0 | 0.66 | 0 | 1 | 0.03 | 99.44 | 1 | 0.49 |
| Hex | 55 | F8 | 0 | 42 | 0 | 64 | 3 | 63 | 64 | 31 |
| Octal | 125 | 370 | 0 | 102 | 0 | 144 | 3 | 143 | 144 | 61 |
| Binary | 1010101 | 11111000 | 0 | 1000010 | 0 | 1100100 | 11 | 1100011 | 1100100 | 110001 |
Color Harmonies of #55F800
Complementary color
Monochromatic Colors of #55F800
Black with #55F800
Text Example
Text Example
White with #55F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F800; }
p { color: rgb(85,248,0); }
H1.HeaderClassName
{
color: #55F800;
}
.AnyTagClassName
{
color: #55F800;
}
</style>
background-color css
<style>
a { background-color: #55F800; }
a { background-color: rgb(85,248,0); }
div.DivClassName
{
background-color: #55F800;
}
.BgClassName
{
background-color: #55F800;
}
</style>
border-color css
<style>
span { border-color: #55F800; }
span { border-color: rgb(85,248,0); }
td.TdClassName
{
border-color: #55F800;
}
.TagClassName
{
border-color: #55F800;
}
</style>