Shades of Bright Green #55EE26
Tints of Bright Green #55EE26
RGB
CMYK
RGB Variations
Color information
#55EE26 (or 0x55EE26) is known color: Bright Green. HEX triplet: 55, EE and 26. RGB value is (85,238,38). Sum of RGB (Red+Green+Blue) = 85+238+38=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 238 (93.36% from 255 or 65.93% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EE26 is #AA11D9. Grayscale: #AAAAAA. Windows color (decimal): -11145690 or 2551381. OLE color: 2551381.
HSL color Cylindrical-coordinate representation of color #55EE26: hue angle of 105.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55EE26 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 38 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.07 |
| HSL | 105.9º | 0.85% | 0.54% | - |
| HSV(B) | 105.9º | 0.84% | 0.93% | - |
| XYZ | 34.67 | 63.22 | 12.21 | - |
| YUV | 169.45 | 53.81 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 38 | 0.64 | 0 | 0.84 | 0.07 | 105.9 | 0.85 | 0.54 |
| Hex | 55 | EE | 26 | 40 | 0 | 54 | 7 | 6A | 55 | 36 |
| Octal | 125 | 356 | 46 | 100 | 0 | 124 | 7 | 152 | 125 | 66 |
| Binary | 1010101 | 11101110 | 100110 | 1000000 | 0 | 1010100 | 111 | 1101010 | 1010101 | 110110 |
Color Harmonies of #55EE26
Complementary color
Monochromatic Colors of #55EE26
Black with #55EE26
Text Example
Text Example
White with #55EE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE26; }
p { color: rgb(85,238,38); }
H1.HeaderClassName
{
color: #55EE26;
}
.AnyTagClassName
{
color: #55EE26;
}
</style>
background-color css
<style>
a { background-color: #55EE26; }
a { background-color: rgb(85,238,38); }
div.DivClassName
{
background-color: #55EE26;
}
.BgClassName
{
background-color: #55EE26;
}
</style>
border-color css
<style>
span { border-color: #55EE26; }
span { border-color: rgb(85,238,38); }
td.TdClassName
{
border-color: #55EE26;
}
.TagClassName
{
border-color: #55EE26;
}
</style>