Shades of Emerald #55E075
Tints of Emerald #55E075
RGB
CMYK
RGB Variations
Color information
#55E075 (or 0x55E075) is known color: Emerald. HEX triplet: 55, E0 and 75. RGB value is (85,224,117). Sum of RGB (Red+Green+Blue) = 85+224+117=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #55E075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E075 is #AA1F8A. Grayscale: #AAAAAA. Windows color (decimal): -11149195 or 7725141. OLE color: 7725141.
HSL color Cylindrical-coordinate representation of color #55E075: hue angle of 133.81º 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 #55E075 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 117 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.12 |
| HSL | 133.81º | 0.69% | 0.61% | - |
| HSV(B) | 133.81º | 0.62% | 0.88% | - |
| XYZ | 33.61 | 56.53 | 25.97 | - |
| YUV | 170.24 | 97.95 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 117 | 0.62 | 0 | 0.48 | 0.12 | 133.81 | 0.69 | 0.61 |
| Hex | 55 | E0 | 75 | 3E | 0 | 30 | C | 86 | 45 | 3D |
| Octal | 125 | 340 | 165 | 76 | 0 | 60 | 14 | 206 | 105 | 75 |
| Binary | 1010101 | 11100000 | 1110101 | 111110 | 0 | 110000 | 1100 | 10000110 | 1000101 | 111101 |
Color Harmonies of #55E075
Complementary color
Monochromatic Colors of #55E075
Black with #55E075
Text Example
Text Example
White with #55E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E075; }
p { color: rgb(85,224,117); }
H1.HeaderClassName
{
color: #55E075;
}
.AnyTagClassName
{
color: #55E075;
}
</style>
background-color css
<style>
a { background-color: #55E075; }
a { background-color: rgb(85,224,117); }
div.DivClassName
{
background-color: #55E075;
}
.BgClassName
{
background-color: #55E075;
}
</style>
border-color css
<style>
span { border-color: #55E075; }
span { border-color: rgb(85,224,117); }
td.TdClassName
{
border-color: #55E075;
}
.TagClassName
{
border-color: #55E075;
}
</style>