Shades of Emerald #55CB66
Tints of Emerald #55CB66
RGB
CMYK
RGB Variations
Color information
#55CB66 (or 0x55CB66) is known color: Emerald. HEX triplet: 55, CB and 66. RGB value is (85,203,102). Sum of RGB (Red+Green+Blue) = 85+203+102=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB66 is #AA3499. Grayscale: #9C9C9C. Windows color (decimal): -11154586 or 6736725. OLE color: 6736725.
HSL color Cylindrical-coordinate representation of color #55CB66: hue angle of 128.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB66 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 102 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.20 |
| HSL | 128.64º | 0.53% | 0.56% | - |
| HSV(B) | 128.64º | 0.58% | 0.8% | - |
| XYZ | 27.5 | 45.6 | 19.92 | - |
| YUV | 156.2 | 97.41 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 102 | 0.58 | 0 | 0.50 | 0.20 | 128.64 | 0.53 | 0.56 |
| Hex | 55 | CB | 66 | 3A | 0 | 32 | 14 | 81 | 35 | 38 |
| Octal | 125 | 313 | 146 | 72 | 0 | 62 | 24 | 201 | 65 | 70 |
| Binary | 1010101 | 11001011 | 1100110 | 111010 | 0 | 110010 | 10100 | 10000001 | 110101 | 111000 |
Color Harmonies of #55CB66
Complementary color
Monochromatic Colors of #55CB66
Black with #55CB66
Text Example
Text Example
White with #55CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB66; }
p { color: rgb(85,203,102); }
H1.HeaderClassName
{
color: #55CB66;
}
.AnyTagClassName
{
color: #55CB66;
}
</style>
background-color css
<style>
a { background-color: #55CB66; }
a { background-color: rgb(85,203,102); }
div.DivClassName
{
background-color: #55CB66;
}
.BgClassName
{
background-color: #55CB66;
}
</style>
border-color css
<style>
span { border-color: #55CB66; }
span { border-color: rgb(85,203,102); }
td.TdClassName
{
border-color: #55CB66;
}
.TagClassName
{
border-color: #55CB66;
}
</style>