#54D07A

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

Shades of Emerald #54D07A

Tints of Emerald #54D07A

Color information

#54D07A (or 0x54D07A) is unknown color: approx Emerald. HEX triplet: 54, D0 and 7A. RGB value is (84,208,122). Sum of RGB (Red+Green+Blue) = 84+208+122=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #54D07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54D07A is #AB2F85. Grayscale: #A1A1A1. Windows color (decimal): -11218822 or 8048724. OLE color: 8048724.

HSL color Cylindrical-coordinate representation of color #54D07A: hue angle of 138.39º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D07A is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB84208122-
CMYK0.6000.410.18
HSL138.39º56.88%57.25%-
HSV(B)138.39º59.62%81.57%-
XYZ29.7248.426.19-
YUV161.12105.9272.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.29%
GREEN value IS 208 (81.64% from 255) = 50.24%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=20.29%
G=50.24%
B=29.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal842081220.6000.410.18138.3956.8857.25
Hex54D07A3C029128a3939
Octal12432017274051222127171
Binary101010011010000111101011110001010011001010001010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,208,122); }

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

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

 a { background-color: rgb(84,208,122); }

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

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

 span { border-color: rgb(84,208,122); }

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