Shades of Bright Green #55F90B
Tints of Bright Green #55F90B
RGB
CMYK
RGB Variations
Color information
#55F90B (or 0x55F90B) is known color: Bright Green. HEX triplet: 55, F9 and 0B. RGB value is (85,249,11). Sum of RGB (Red+Green+Blue) = 85+249+11=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #55F90B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F90B is #AA06F4. Grayscale: #ADADAD. Windows color (decimal): -11142901 or 784725. OLE color: 784725.
HSL color Cylindrical-coordinate representation of color #55F90B: hue angle of 101.34º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55F90B is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 11 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.02 |
| HSL | 101.34º | 0.95% | 0.51% | - |
| HSV(B) | 101.34º | 0.96% | 0.98% | - |
| XYZ | 37.68 | 69.71 | 11.79 | - |
| YUV | 172.83 | 36.67 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 11 | 0.66 | 0 | 0.96 | 0.02 | 101.34 | 0.95 | 0.51 |
| Hex | 55 | F9 | B | 42 | 0 | 60 | 2 | 65 | 5F | 33 |
| Octal | 125 | 371 | 13 | 102 | 0 | 140 | 2 | 145 | 137 | 63 |
| Binary | 1010101 | 11111001 | 1011 | 1000010 | 0 | 1100000 | 10 | 1100101 | 1011111 | 110011 |
Color Harmonies of #55F90B
Complementary color
Monochromatic Colors of #55F90B
Black with #55F90B
Text Example
Text Example
White with #55F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F90B; }
p { color: rgb(85,249,11); }
H1.HeaderClassName
{
color: #55F90B;
}
.AnyTagClassName
{
color: #55F90B;
}
</style>
background-color css
<style>
a { background-color: #55F90B; }
a { background-color: rgb(85,249,11); }
div.DivClassName
{
background-color: #55F90B;
}
.BgClassName
{
background-color: #55F90B;
}
</style>
border-color css
<style>
span { border-color: #55F90B; }
span { border-color: rgb(85,249,11); }
td.TdClassName
{
border-color: #55F90B;
}
.TagClassName
{
border-color: #55F90B;
}
</style>