Shades of Emerald #54CF68
Tints of Emerald #54CF68
RGB
CMYK
RGB Variations
Color information
#54CF68 (or 0x54CF68) is known color: Emerald. HEX triplet: 54, CF and 68. RGB value is (84,207,104). Sum of RGB (Red+Green+Blue) = 84+207+104=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #54CF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CF68 is #AB3097. Grayscale: #9E9E9E. Windows color (decimal): -11219096 or 6868820. OLE color: 6868820.
HSL color Cylindrical-coordinate representation of color #54CF68: hue angle of 129.76º 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 #54CF68 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 207 | 104 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.19 |
| HSL | 129.76º | 0.56% | 0.57% | - |
| HSV(B) | 129.76º | 0.59% | 0.81% | - |
| XYZ | 28.47 | 47.51 | 20.77 | - |
| YUV | 158.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 104 | 0.59 | 0 | 0.50 | 0.19 | 129.76 | 0.56 | 0.57 |
| Hex | 54 | CF | 68 | 3B | 0 | 32 | 13 | 82 | 38 | 39 |
| Octal | 124 | 317 | 150 | 73 | 0 | 62 | 23 | 202 | 70 | 71 |
| Binary | 1010100 | 11001111 | 1101000 | 111011 | 0 | 110010 | 10011 | 10000010 | 111000 | 111001 |
Color Harmonies of #54CF68
Complementary color
Monochromatic Colors of #54CF68
Black with #54CF68
Text Example
Text Example
White with #54CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CF68; }
p { color: rgb(84,207,104); }
H1.HeaderClassName
{
color: #54CF68;
}
.AnyTagClassName
{
color: #54CF68;
}
</style>
background-color css
<style>
a { background-color: #54CF68; }
a { background-color: rgb(84,207,104); }
div.DivClassName
{
background-color: #54CF68;
}
.BgClassName
{
background-color: #54CF68;
}
</style>
border-color css
<style>
span { border-color: #54CF68; }
span { border-color: rgb(84,207,104); }
td.TdClassName
{
border-color: #54CF68;
}
.TagClassName
{
border-color: #54CF68;
}
</style>