Shades of Bright Green #55F91C
Tints of Bright Green #55F91C
RGB
CMYK
RGB Variations
Color information
#55F91C (or 0x55F91C) is known color: Bright Green. HEX triplet: 55, F9 and 1C. RGB value is (85,249,28). Sum of RGB (Red+Green+Blue) = 85+249+28=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 249 (97.66% from 255 or 68.78% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 249 - color contains mainly: green. Hex color #55F91C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F91C is #AA06E3. Grayscale: #AFAFAF. Windows color (decimal): -11142884 or 1898837. OLE color: 1898837.
HSL color Cylindrical-coordinate representation of color #55F91C: hue angle of 104.52º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55F91C is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 28 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.02 |
| HSL | 104.52º | 0.95% | 0.54% | - |
| HSV(B) | 104.52º | 0.89% | 0.98% | - |
| XYZ | 37.83 | 69.77 | 12.57 | - |
| YUV | 174.77 | 45.17 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 28 | 0.66 | 0 | 0.89 | 0.02 | 104.52 | 0.95 | 0.54 |
| Hex | 55 | F9 | 1C | 42 | 0 | 59 | 2 | 69 | 5F | 36 |
| Octal | 125 | 371 | 34 | 102 | 0 | 131 | 2 | 151 | 137 | 66 |
| Binary | 1010101 | 11111001 | 11100 | 1000010 | 0 | 1011001 | 10 | 1101001 | 1011111 | 110110 |
Color Harmonies of #55F91C
Complementary color
Monochromatic Colors of #55F91C
Black with #55F91C
Text Example
Text Example
White with #55F91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F91C; }
p { color: rgb(85,249,28); }
H1.HeaderClassName
{
color: #55F91C;
}
.AnyTagClassName
{
color: #55F91C;
}
</style>
background-color css
<style>
a { background-color: #55F91C; }
a { background-color: rgb(85,249,28); }
div.DivClassName
{
background-color: #55F91C;
}
.BgClassName
{
background-color: #55F91C;
}
</style>
border-color css
<style>
span { border-color: #55F91C; }
span { border-color: rgb(85,249,28); }
td.TdClassName
{
border-color: #55F91C;
}
.TagClassName
{
border-color: #55F91C;
}
</style>