#54CB84

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

Shades of Emerald #54CB84

Tints of Emerald #54CB84

Color information

#54CB84 (or 0x54CB84) is unknown color: approx Emerald. HEX triplet: 54, CB and 84. RGB value is (84,203,132). Sum of RGB (Red+Green+Blue) = 84+203+132=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #54CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CB84 is #AB347B. Grayscale: #9F9F9F. Windows color (decimal): -11220092 or 8702804. OLE color: 8702804.

HSL color Cylindrical-coordinate representation of color #54CB84: hue angle of 144.2º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CB84 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB84203132-
CMYK0.5900.350.20
HSL144.2º53.36%56.27%-
HSV(B)144.2º58.62%79.61%-
XYZ29.1846.2629.22-
YUV159.32112.5874.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.05%
GREEN value IS 203 (79.69% from 255) = 48.45%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=20.05%
G=48.45%
B=31.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal842031320.5900.350.20144.253.3656.27
Hex54CB843B02314903538
Octal12431320473043242206570
Binary1010100110010111000010011101101000111010010010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,203,132); }

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

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

 a { background-color: rgb(84,203,132); }

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

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

 span { border-color: rgb(84,203,132); }

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