Shades of Emerald #55E083
Tints of Emerald #55E083
RGB
CMYK
RGB Variations
Color information
#55E083 (or 0x55E083) is known color: Emerald. HEX triplet: 55, E0 and 83. RGB value is (85,224,131). Sum of RGB (Red+Green+Blue) = 85+224+131=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #55E083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E083 is #AA1F7C. Grayscale: #ACACAC. Windows color (decimal): -11149181 or 8642645. OLE color: 8642645.
HSL color Cylindrical-coordinate representation of color #55E083: hue angle of 139.86º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E083 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 131 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.12 |
| HSL | 139.86º | 0.69% | 0.61% | - |
| HSV(B) | 139.86º | 0.62% | 0.88% | - |
| XYZ | 34.5 | 56.88 | 30.63 | - |
| YUV | 171.84 | 104.95 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 131 | 0.62 | 0 | 0.42 | 0.12 | 139.86 | 0.69 | 0.61 |
| Hex | 55 | E0 | 83 | 3E | 0 | 2A | C | 8C | 45 | 3D |
| Octal | 125 | 340 | 203 | 76 | 0 | 52 | 14 | 214 | 105 | 75 |
| Binary | 1010101 | 11100000 | 10000011 | 111110 | 0 | 101010 | 1100 | 10001100 | 1000101 | 111101 |
Color Harmonies of #55E083
Complementary color
Monochromatic Colors of #55E083
Black with #55E083
Text Example
Text Example
White with #55E083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E083; }
p { color: rgb(85,224,131); }
H1.HeaderClassName
{
color: #55E083;
}
.AnyTagClassName
{
color: #55E083;
}
</style>
background-color css
<style>
a { background-color: #55E083; }
a { background-color: rgb(85,224,131); }
div.DivClassName
{
background-color: #55E083;
}
.BgClassName
{
background-color: #55E083;
}
</style>
border-color css
<style>
span { border-color: #55E083; }
span { border-color: rgb(85,224,131); }
td.TdClassName
{
border-color: #55E083;
}
.TagClassName
{
border-color: #55E083;
}
</style>