Shades of Bright Green #55EE04
Tints of Bright Green #55EE04
RGB
CMYK
RGB Variations
Color information
#55EE04 (or 0x55EE04) is known color: Bright Green. HEX triplet: 55, EE and 04. RGB value is (85,238,4). Sum of RGB (Red+Green+Blue) = 85+238+4=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 238 (93.36% from 255 or 72.78% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EE04 is #AA11FB. Grayscale: #A6A6A6. Windows color (decimal): -11145724 or 323157. OLE color: 323157.
HSL color Cylindrical-coordinate representation of color #55EE04: hue angle of 99.23º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55EE04 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.07 |
| HSL | 99.23º | 0.97% | 0.47% | - |
| HSV(B) | 99.23º | 0.98% | 0.93% | - |
| XYZ | 34.34 | 63.09 | 10.48 | - |
| YUV | 165.58 | 36.81 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 4 | 0.64 | 0 | 0.98 | 0.07 | 99.23 | 0.97 | 0.47 |
| Hex | 55 | EE | 4 | 40 | 0 | 62 | 7 | 63 | 61 | 2F |
| Octal | 125 | 356 | 4 | 100 | 0 | 142 | 7 | 143 | 141 | 57 |
| Binary | 1010101 | 11101110 | 100 | 1000000 | 0 | 1100010 | 111 | 1100011 | 1100001 | 101111 |
Color Harmonies of #55EE04
Complementary color
Monochromatic Colors of #55EE04
Black with #55EE04
Text Example
Text Example
White with #55EE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE04; }
p { color: rgb(85,238,4); }
H1.HeaderClassName
{
color: #55EE04;
}
.AnyTagClassName
{
color: #55EE04;
}
</style>
background-color css
<style>
a { background-color: #55EE04; }
a { background-color: rgb(85,238,4); }
div.DivClassName
{
background-color: #55EE04;
}
.BgClassName
{
background-color: #55EE04;
}
</style>
border-color css
<style>
span { border-color: #55EE04; }
span { border-color: rgb(85,238,4); }
td.TdClassName
{
border-color: #55EE04;
}
.TagClassName
{
border-color: #55EE04;
}
</style>