Shades of Emerald #54CF6C
Tints of Emerald #54CF6C
RGB
CMYK
RGB Variations
Color information
#54CF6C (or 0x54CF6C) is known color: Emerald. HEX triplet: 54, CF and 6C. RGB value is (84,207,108). Sum of RGB (Red+Green+Blue) = 84+207+108=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #54CF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CF6C is #AB3093. Grayscale: #9F9F9F. Windows color (decimal): -11219092 or 7130964. OLE color: 7130964.
HSL color Cylindrical-coordinate representation of color #54CF6C: hue angle of 131.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CF6C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 207 | 108 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.19 |
| HSL | 131.71º | 0.56% | 0.57% | - |
| HSV(B) | 131.71º | 0.59% | 0.81% | - |
| XYZ | 28.68 | 47.59 | 21.86 | - |
| YUV | 158.94 | 99.25 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 108 | 0.59 | 0 | 0.48 | 0.19 | 131.71 | 0.56 | 0.57 |
| Hex | 54 | CF | 6C | 3B | 0 | 30 | 13 | 84 | 38 | 39 |
| Octal | 124 | 317 | 154 | 73 | 0 | 60 | 23 | 204 | 70 | 71 |
| Binary | 1010100 | 11001111 | 1101100 | 111011 | 0 | 110000 | 10011 | 10000100 | 111000 | 111001 |
Color Harmonies of #54CF6C
Complementary color
Monochromatic Colors of #54CF6C
Black with #54CF6C
Text Example
Text Example
White with #54CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CF6C; }
p { color: rgb(84,207,108); }
H1.HeaderClassName
{
color: #54CF6C;
}
.AnyTagClassName
{
color: #54CF6C;
}
</style>
background-color css
<style>
a { background-color: #54CF6C; }
a { background-color: rgb(84,207,108); }
div.DivClassName
{
background-color: #54CF6C;
}
.BgClassName
{
background-color: #54CF6C;
}
</style>
border-color css
<style>
span { border-color: #54CF6C; }
span { border-color: rgb(84,207,108); }
td.TdClassName
{
border-color: #54CF6C;
}
.TagClassName
{
border-color: #54CF6C;
}
</style>