#54BE85

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

Shades of Emerald #54BE85

Tints of Emerald #54BE85

Color information

#54BE85 (or 0x54BE85) is unknown color: approx Emerald. HEX triplet: 54, BE and 85. RGB value is (84,190,133). Sum of RGB (Red+Green+Blue) = 84+190+133=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #54BE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BE85 is #AB417A. Grayscale: #979797. Windows color (decimal): -11223419 or 8765012. OLE color: 8765012.

HSL color Cylindrical-coordinate representation of color #54BE85: hue angle of 147.74º degrees, saturation: 0.45, 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 #54BE85 is Cyan = 0.56, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB84190133-
CMYK0.5600.30.25
HSL147.74º44.92%53.73%-
HSV(B)147.74º55.79%74.51%-
XYZ26.340.4128.6-
YUV151.81117.3879.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=20.64%
G=46.68%
B=32.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841901330.5600.30.25147.7444.9253.73
Hex54BE853801E19942d36
Octal12427620570036312245566
Binary101010010111110100001011110000111101100110010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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