Shades of Bright Green #55EE14
Tints of Bright Green #55EE14
RGB
CMYK
RGB Variations
Color information
#55EE14 (or 0x55EE14) is known color: Bright Green. HEX triplet: 55, EE and 14. RGB value is (85,238,20). Sum of RGB (Red+Green+Blue) = 85+238+20=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 238 (93.36% from 255 or 69.39% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EE14 is #AA11EB. Grayscale: #A8A8A8. Windows color (decimal): -11145708 or 1371733. OLE color: 1371733.
HSL color Cylindrical-coordinate representation of color #55EE14: hue angle of 102.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55EE14 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 20 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.07 |
| HSL | 102.11º | 0.87% | 0.51% | - |
| HSV(B) | 102.11º | 0.92% | 0.93% | - |
| XYZ | 34.45 | 63.13 | 11.03 | - |
| YUV | 167.4 | 44.81 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 20 | 0.64 | 0 | 0.92 | 0.07 | 102.11 | 0.87 | 0.51 |
| Hex | 55 | EE | 14 | 40 | 0 | 5C | 7 | 66 | 57 | 33 |
| Octal | 125 | 356 | 24 | 100 | 0 | 134 | 7 | 146 | 127 | 63 |
| Binary | 1010101 | 11101110 | 10100 | 1000000 | 0 | 1011100 | 111 | 1100110 | 1010111 | 110011 |
Color Harmonies of #55EE14
Complementary color
Monochromatic Colors of #55EE14
Black with #55EE14
Text Example
Text Example
White with #55EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE14; }
p { color: rgb(85,238,20); }
H1.HeaderClassName
{
color: #55EE14;
}
.AnyTagClassName
{
color: #55EE14;
}
</style>
background-color css
<style>
a { background-color: #55EE14; }
a { background-color: rgb(85,238,20); }
div.DivClassName
{
background-color: #55EE14;
}
.BgClassName
{
background-color: #55EE14;
}
</style>
border-color css
<style>
span { border-color: #55EE14; }
span { border-color: rgb(85,238,20); }
td.TdClassName
{
border-color: #55EE14;
}
.TagClassName
{
border-color: #55EE14;
}
</style>