#54C970

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

Shades of Emerald #54C970

Tints of Emerald #54C970

Color information

#54C970 (or 0x54C970) is unknown color: approx Emerald. HEX triplet: 54, C9 and 70. RGB value is (84,201,112). Sum of RGB (Red+Green+Blue) = 84+201+112=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #54C970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C970 is #AB368F. Grayscale: #9C9C9C. Windows color (decimal): -11220624 or 7391572. OLE color: 7391572.

HSL color Cylindrical-coordinate representation of color #54C970: hue angle of 134.36º degrees, saturation: 0.52, 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 #54C970 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB84201112-
CMYK0.5800.440.21
HSL134.36º52%55.88%-
HSV(B)134.36º58.21%78.82%-
XYZ27.4744.8322.53-
YUV155.87103.2476.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 201 (78.91% from 255) = 50.63%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=21.16%
G=50.63%
B=28.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal842011120.5800.440.21134.365255.88
Hex54C9703A02C15863438
Octal12431116072054252066470
Binary101010011001001111000011101001011001010110000110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,201,112); }

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

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

 a { background-color: rgb(84,201,112); }

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

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

 span { border-color: rgb(84,201,112); }

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