Shades of Emerald #54C26B
Tints of Emerald #54C26B
RGB
CMYK
RGB Variations
Color information
#54C26B (or 0x54C26B) is known color: Emerald. HEX triplet: 54, C2 and 6B. RGB value is (84,194,107). Sum of RGB (Red+Green+Blue) = 84+194+107=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #54C26B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C26B is #AB3D94. Grayscale: #979797. Windows color (decimal): -11222421 or 7062100. OLE color: 7062100.
HSL color Cylindrical-coordinate representation of color #54C26B: hue angle of 132.55º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C26B is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 107 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.24 |
| HSL | 132.55º | 0.47% | 0.55% | - |
| HSV(B) | 132.55º | 0.57% | 0.76% | - |
| XYZ | 25.6 | 41.53 | 20.58 | - |
| YUV | 151.19 | 103.06 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 107 | 0.57 | 0 | 0.45 | 0.24 | 132.55 | 0.47 | 0.55 |
| Hex | 54 | C2 | 6B | 39 | 0 | 2D | 18 | 85 | 2F | 37 |
| Octal | 124 | 302 | 153 | 71 | 0 | 55 | 30 | 205 | 57 | 67 |
| Binary | 1010100 | 11000010 | 1101011 | 111001 | 0 | 101101 | 11000 | 10000101 | 101111 | 110111 |
Color Harmonies of #54C26B
Complementary color
Monochromatic Colors of #54C26B
Black with #54C26B
Text Example
Text Example
White with #54C26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C26B; }
p { color: rgb(84,194,107); }
H1.HeaderClassName
{
color: #54C26B;
}
.AnyTagClassName
{
color: #54C26B;
}
</style>
background-color css
<style>
a { background-color: #54C26B; }
a { background-color: rgb(84,194,107); }
div.DivClassName
{
background-color: #54C26B;
}
.BgClassName
{
background-color: #54C26B;
}
</style>
border-color css
<style>
span { border-color: #54C26B; }
span { border-color: rgb(84,194,107); }
td.TdClassName
{
border-color: #54C26B;
}
.TagClassName
{
border-color: #54C26B;
}
</style>