#55CB7E

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

Shades of Emerald #55CB7E

Tints of Emerald #55CB7E

Color information

#55CB7E (or 0x55CB7E) is unknown color: approx Emerald. HEX triplet: 55, CB and 7E. RGB value is (85,203,126). Sum of RGB (Red+Green+Blue) = 85+203+126=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB7E is #AA3481. Grayscale: #9F9F9F. Windows color (decimal): -11154562 or 8309589. OLE color: 8309589.

HSL color Cylindrical-coordinate representation of color #55CB7E: hue angle of 140.85º 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 #55CB7E is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB85203126-
CMYK0.5800.380.20
HSL140.85º53.15%56.47%-
HSV(B)140.85º58.13%79.61%-
XYZ28.8746.1527.12-
YUV158.94109.4175.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 203 (79.69% from 255) = 49.03%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=20.53%
G=49.03%
B=30.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031260.5800.380.20140.8553.1556.47
Hex55CB7E3A026148d3538
Octal12531317672046242156570
Binary101010111001011111111011101001001101010010001101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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