Shades of Bright Green #55F81B
Tints of Bright Green #55F81B
RGB
CMYK
RGB Variations
Color information
#55F81B (or 0x55F81B) is known color: Bright Green. HEX triplet: 55, F8 and 1B. RGB value is (85,248,27). Sum of RGB (Red+Green+Blue) = 85+248+27=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #55F81B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F81B is #AA07E4. Grayscale: #AEAEAE. Windows color (decimal): -11143141 or 1833045. OLE color: 1833045.
HSL color Cylindrical-coordinate representation of color #55F81B: hue angle of 104.25º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55F81B is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 27 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.03 |
| HSL | 104.25º | 0.94% | 0.54% | - |
| HSV(B) | 104.25º | 0.89% | 0.97% | - |
| XYZ | 37.51 | 69.15 | 12.41 | - |
| YUV | 174.07 | 45 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 27 | 0.66 | 0 | 0.89 | 0.03 | 104.25 | 0.94 | 0.54 |
| Hex | 55 | F8 | 1B | 42 | 0 | 59 | 3 | 68 | 5E | 36 |
| Octal | 125 | 370 | 33 | 102 | 0 | 131 | 3 | 150 | 136 | 66 |
| Binary | 1010101 | 11111000 | 11011 | 1000010 | 0 | 1011001 | 11 | 1101000 | 1011110 | 110110 |
Color Harmonies of #55F81B
Complementary color
Monochromatic Colors of #55F81B
Black with #55F81B
Text Example
Text Example
White with #55F81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F81B; }
p { color: rgb(85,248,27); }
H1.HeaderClassName
{
color: #55F81B;
}
.AnyTagClassName
{
color: #55F81B;
}
</style>
background-color css
<style>
a { background-color: #55F81B; }
a { background-color: rgb(85,248,27); }
div.DivClassName
{
background-color: #55F81B;
}
.BgClassName
{
background-color: #55F81B;
}
</style>
border-color css
<style>
span { border-color: #55F81B; }
span { border-color: rgb(85,248,27); }
td.TdClassName
{
border-color: #55F81B;
}
.TagClassName
{
border-color: #55F81B;
}
</style>