Shades of Emerald #54CB65
Tints of Emerald #54CB65
RGB
CMYK
RGB Variations
Color information
#54CB65 (or 0x54CB65) is known color: Emerald. HEX triplet: 54, CB and 65. RGB value is (84,203,101). Sum of RGB (Red+Green+Blue) = 84+203+101=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CB65 is #AB349A. Grayscale: #9C9C9C. Windows color (decimal): -11220123 or 6671188. OLE color: 6671188.
HSL color Cylindrical-coordinate representation of color #54CB65: hue angle of 128.57º 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 #54CB65 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 101 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.20 |
| HSL | 128.57º | 0.53% | 0.56% | - |
| HSV(B) | 128.57º | 0.59% | 0.8% | - |
| XYZ | 27.36 | 45.54 | 19.66 | - |
| YUV | 155.79 | 97.08 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 101 | 0.59 | 0 | 0.50 | 0.20 | 128.57 | 0.53 | 0.56 |
| Hex | 54 | CB | 65 | 3B | 0 | 32 | 14 | 81 | 35 | 38 |
| Octal | 124 | 313 | 145 | 73 | 0 | 62 | 24 | 201 | 65 | 70 |
| Binary | 1010100 | 11001011 | 1100101 | 111011 | 0 | 110010 | 10100 | 10000001 | 110101 | 111000 |
Color Harmonies of #54CB65
Complementary color
Monochromatic Colors of #54CB65
Black with #54CB65
Text Example
Text Example
White with #54CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CB65; }
p { color: rgb(84,203,101); }
H1.HeaderClassName
{
color: #54CB65;
}
.AnyTagClassName
{
color: #54CB65;
}
</style>
background-color css
<style>
a { background-color: #54CB65; }
a { background-color: rgb(84,203,101); }
div.DivClassName
{
background-color: #54CB65;
}
.BgClassName
{
background-color: #54CB65;
}
</style>
border-color css
<style>
span { border-color: #54CB65; }
span { border-color: rgb(84,203,101); }
td.TdClassName
{
border-color: #54CB65;
}
.TagClassName
{
border-color: #54CB65;
}
</style>