#55CB81

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

Shades of Emerald #55CB81

Tints of Emerald #55CB81

Color information

#55CB81 (or 0x55CB81) is unknown color: approx Emerald. HEX triplet: 55, CB and 81. RGB value is (85,203,129). Sum of RGB (Red+Green+Blue) = 85+203+129=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB81 is #AA347E. Grayscale: #9F9F9F. Windows color (decimal): -11154559 or 8506197. OLE color: 8506197.

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

Color convert

RGB85203129-
CMYK0.5800.360.20
HSL142.37º53.15%56.47%-
HSV(B)142.37º58.13%79.61%-
XYZ29.0646.2328.16-
YUV159.28110.9175.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 203 (79.69% from 255) = 48.68%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=20.38%
G=48.68%
B=30.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031290.5800.360.20142.3753.1556.47
Hex55CB813A024148e3538
Octal12531320172044242166570
Binary1010101110010111000000111101001001001010010001110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CB81; }

 p { color: rgb(85,203,129); }

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

<style>
 a { background-color: #55CB81; }

 a { background-color: rgb(85,203,129); }

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

<style>
 span { border-color: #55CB81; }

 span { border-color: rgb(85,203,129); }

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