Shades of Bright Green #55F90E
Tints of Bright Green #55F90E
RGB
CMYK
RGB Variations
Color information
#55F90E (or 0x55F90E) is known color: Bright Green. HEX triplet: 55, F9 and 0E. RGB value is (85,249,14). Sum of RGB (Red+Green+Blue) = 85+249+14=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 249 (97.66% from 255 or 71.55% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 249 - color contains mainly: green. Hex color #55F90E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F90E is #AA06F1. Grayscale: #ADADAD. Windows color (decimal): -11142898 or 981333. OLE color: 981333.
HSL color Cylindrical-coordinate representation of color #55F90E: hue angle of 101.87º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55F90E is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 14 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.02 |
| HSL | 101.87º | 0.95% | 0.52% | - |
| HSV(B) | 101.87º | 0.94% | 0.98% | - |
| XYZ | 37.7 | 69.71 | 11.88 | - |
| YUV | 173.17 | 38.17 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 14 | 0.66 | 0 | 0.94 | 0.02 | 101.87 | 0.95 | 0.52 |
| Hex | 55 | F9 | E | 42 | 0 | 5E | 2 | 66 | 5F | 34 |
| Octal | 125 | 371 | 16 | 102 | 0 | 136 | 2 | 146 | 137 | 64 |
| Binary | 1010101 | 11111001 | 1110 | 1000010 | 0 | 1011110 | 10 | 1100110 | 1011111 | 110100 |
Color Harmonies of #55F90E
Complementary color
Monochromatic Colors of #55F90E
Black with #55F90E
Text Example
Text Example
White with #55F90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F90E; }
p { color: rgb(85,249,14); }
H1.HeaderClassName
{
color: #55F90E;
}
.AnyTagClassName
{
color: #55F90E;
}
</style>
background-color css
<style>
a { background-color: #55F90E; }
a { background-color: rgb(85,249,14); }
div.DivClassName
{
background-color: #55F90E;
}
.BgClassName
{
background-color: #55F90E;
}
</style>
border-color css
<style>
span { border-color: #55F90E; }
span { border-color: rgb(85,249,14); }
td.TdClassName
{
border-color: #55F90E;
}
.TagClassName
{
border-color: #55F90E;
}
</style>