Shades of Bright Green #55EE0D
Tints of Bright Green #55EE0D
RGB
CMYK
RGB Variations
Color information
#55EE0D (or 0x55EE0D) is known color: Bright Green. HEX triplet: 55, EE and 0D. RGB value is (85,238,13). Sum of RGB (Red+Green+Blue) = 85+238+13=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EE0D is #AA11F2. Grayscale: #A7A7A7. Windows color (decimal): -11145715 or 912981. OLE color: 912981.
HSL color Cylindrical-coordinate representation of color #55EE0D: hue angle of 100.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55EE0D is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 13 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.07 |
| HSL | 100.8º | 0.9% | 0.49% | - |
| HSV(B) | 100.8º | 0.95% | 0.93% | - |
| XYZ | 34.39 | 63.11 | 10.75 | - |
| YUV | 166.6 | 41.31 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 13 | 0.64 | 0 | 0.95 | 0.07 | 100.8 | 0.9 | 0.49 |
| Hex | 55 | EE | D | 40 | 0 | 5F | 7 | 65 | 5A | 31 |
| Octal | 125 | 356 | 15 | 100 | 0 | 137 | 7 | 145 | 132 | 61 |
| Binary | 1010101 | 11101110 | 1101 | 1000000 | 0 | 1011111 | 111 | 1100101 | 1011010 | 110001 |
Color Harmonies of #55EE0D
Complementary color
Monochromatic Colors of #55EE0D
Black with #55EE0D
Text Example
Text Example
White with #55EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE0D; }
p { color: rgb(85,238,13); }
H1.HeaderClassName
{
color: #55EE0D;
}
.AnyTagClassName
{
color: #55EE0D;
}
</style>
background-color css
<style>
a { background-color: #55EE0D; }
a { background-color: rgb(85,238,13); }
div.DivClassName
{
background-color: #55EE0D;
}
.BgClassName
{
background-color: #55EE0D;
}
</style>
border-color css
<style>
span { border-color: #55EE0D; }
span { border-color: rgb(85,238,13); }
td.TdClassName
{
border-color: #55EE0D;
}
.TagClassName
{
border-color: #55EE0D;
}
</style>