Shades of Emerald #54CF66
Tints of Emerald #54CF66
RGB
CMYK
RGB Variations
Color information
#54CF66 (or 0x54CF66) is known color: Emerald. HEX triplet: 54, CF and 66. RGB value is (84,207,102). Sum of RGB (Red+Green+Blue) = 84+207+102=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #54CF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CF66 is #AB3099. Grayscale: #9E9E9E. Windows color (decimal): -11219098 or 6737748. OLE color: 6737748.
HSL color Cylindrical-coordinate representation of color #54CF66: hue angle of 128.78º 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 #54CF66 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 207 | 102 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.19 |
| HSL | 128.78º | 0.56% | 0.57% | - |
| HSV(B) | 128.78º | 0.59% | 0.81% | - |
| XYZ | 28.37 | 47.47 | 20.24 | - |
| YUV | 158.25 | 96.25 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 102 | 0.59 | 0 | 0.51 | 0.19 | 128.78 | 0.56 | 0.57 |
| Hex | 54 | CF | 66 | 3B | 0 | 33 | 13 | 81 | 38 | 39 |
| Octal | 124 | 317 | 146 | 73 | 0 | 63 | 23 | 201 | 70 | 71 |
| Binary | 1010100 | 11001111 | 1100110 | 111011 | 0 | 110011 | 10011 | 10000001 | 111000 | 111001 |
Color Harmonies of #54CF66
Complementary color
Monochromatic Colors of #54CF66
Black with #54CF66
Text Example
Text Example
White with #54CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CF66; }
p { color: rgb(84,207,102); }
H1.HeaderClassName
{
color: #54CF66;
}
.AnyTagClassName
{
color: #54CF66;
}
</style>
background-color css
<style>
a { background-color: #54CF66; }
a { background-color: rgb(84,207,102); }
div.DivClassName
{
background-color: #54CF66;
}
.BgClassName
{
background-color: #54CF66;
}
</style>
border-color css
<style>
span { border-color: #54CF66; }
span { border-color: rgb(84,207,102); }
td.TdClassName
{
border-color: #54CF66;
}
.TagClassName
{
border-color: #54CF66;
}
</style>