#54CA7F

Color #54CA7F Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #54CA7F

Tints of Emerald #54CA7F

Color information

#54CA7F (or 0x54CA7F) is unknown color: approx Emerald. HEX triplet: 54, CA and 7F. RGB value is (84,202,127). Sum of RGB (Red+Green+Blue) = 84+202+127=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #54CA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54CA7F is #AB3580. Grayscale: #9E9E9E. Windows color (decimal): -11220353 or 8374868. OLE color: 8374868.

HSL color Cylindrical-coordinate representation of color #54CA7F: hue angle of 141.86º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CA7F is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB84202127-
CMYK0.5800.370.21
HSL141.86º52.68%56.08%-
HSV(B)141.86º58.42%79.22%-
XYZ28.6145.6627.38-
YUV158.17110.4175.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 20.34%
GREEN value IS 202 (79.30% from 255) = 48.91%
BLUE value IS 127 (50% from 255) = 30.75%
R=20.34%
G=48.91%
B=30.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal842021270.5800.370.21141.8652.6856.08
Hex54CA7F3A025158e3538
Octal12431217772045252166570
Binary101010011001010111111111101001001011010110001110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54CA7F; }

 p { color: rgb(84,202,127); }

 H1.HeaderClassName
 {
   color: #54CA7F;
 }
 .AnyTagClassName
 {
   color: #54CA7F;
 }
</style>
background-color css

<style>
 a { background-color: #54CA7F; }

 a { background-color: rgb(84,202,127); }

 div.DivClassName
 {
   background-color: #54CA7F;
 }
 .BgClassName
 {
   background-color: #54CA7F;
 }
</style>
border-color css

<style>
 span { border-color: #54CA7F; }

 span { border-color: rgb(84,202,127); }

 td.TdClassName
 {
   border-color: #54CA7F;
 }
 .TagClassName
 {
   border-color: #54CA7F;
 }
</style>