#54C085

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

Shades of Emerald #54C085

Tints of Emerald #54C085

Color information

#54C085 (or 0x54C085) is unknown color: approx Emerald. HEX triplet: 54, C0 and 85. RGB value is (84,192,133). Sum of RGB (Red+Green+Blue) = 84+192+133=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #54C085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C085 is #AB3F7A. Grayscale: #999999. Windows color (decimal): -11222907 or 8765524. OLE color: 8765524.

HSL color Cylindrical-coordinate representation of color #54C085: hue angle of 147.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C085 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB84192133-
CMYK0.5600.310.25
HSL147.22º46.15%54.12%-
HSV(B)147.22º56.25%75.29%-
XYZ26.7441.2828.75-
YUV152.98116.7278.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 192 (75.39% from 255) = 46.94%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=20.54%
G=46.94%
B=32.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841921330.5600.310.25147.2246.1554.12
Hex54C0853801F19932e36
Octal12430020570037312235666
Binary101010011000000100001011110000111111100110010011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,192,133); }

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

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

 a { background-color: rgb(84,192,133); }

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

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

 span { border-color: rgb(84,192,133); }

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