Shades of Emerald #54CB74
Tints of Emerald #54CB74
RGB
CMYK
RGB Variations
Color information
#54CB74 (or 0x54CB74) is known color: Emerald. HEX triplet: 54, CB and 74. RGB value is (84,203,116). Sum of RGB (Red+Green+Blue) = 84+203+116=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CB74 is #AB348B. Grayscale: #9D9D9D. Windows color (decimal): -11220108 or 7654228. OLE color: 7654228.
HSL color Cylindrical-coordinate representation of color #54CB74: hue angle of 136.13º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CB74 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 116 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.20 |
| HSL | 136.13º | 0.53% | 0.56% | - |
| HSV(B) | 136.13º | 0.59% | 0.8% | - |
| XYZ | 28.16 | 45.86 | 23.89 | - |
| YUV | 157.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 116 | 0.59 | 0 | 0.43 | 0.20 | 136.13 | 0.53 | 0.56 |
| Hex | 54 | CB | 74 | 3B | 0 | 2B | 14 | 88 | 35 | 38 |
| Octal | 124 | 313 | 164 | 73 | 0 | 53 | 24 | 210 | 65 | 70 |
| Binary | 1010100 | 11001011 | 1110100 | 111011 | 0 | 101011 | 10100 | 10001000 | 110101 | 111000 |
Color Harmonies of #54CB74
Complementary color
Monochromatic Colors of #54CB74
Black with #54CB74
Text Example
Text Example
White with #54CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB74; }
p { color: rgb(84,203,116); }
H1.HeaderClassName
{
color: #54CB74;
}
.AnyTagClassName
{
color: #54CB74;
}
</style>
background-color css
<style>
a { background-color: #54CB74; }
a { background-color: rgb(84,203,116); }
div.DivClassName
{
background-color: #54CB74;
}
.BgClassName
{
background-color: #54CB74;
}
</style>
border-color css
<style>
span { border-color: #54CB74; }
span { border-color: rgb(84,203,116); }
td.TdClassName
{
border-color: #54CB74;
}
.TagClassName
{
border-color: #54CB74;
}
</style>