#55C46A

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

Shades of Emerald #55C46A

Tints of Emerald #55C46A

Color information

#55C46A (or 0x55C46A) is unknown color: approx Emerald. HEX triplet: 55, C4 and 6A. RGB value is (85,196,106). Sum of RGB (Red+Green+Blue) = 85+196+106=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #55C46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C46A is #AA3B95. Grayscale: #989898. Windows color (decimal): -11156374 or 6997077. OLE color: 6997077.

HSL color Cylindrical-coordinate representation of color #55C46A: hue angle of 131.35º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C46A is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB85196106-
CMYK0.5700.460.23
HSL131.35º48.47%55.1%-
HSV(B)131.35º56.63%76.86%-
XYZ26.0942.4520.45-
YUV152.55101.7379.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 196 (76.95% from 255) = 50.65%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=21.96%
G=50.65%
B=27.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851961060.5700.460.23131.3548.4755.1
Hex55C46A3902E17833037
Octal12530415271056272036067
Binary101010111000100110101011100101011101011110000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,196,106); }

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

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

 a { background-color: rgb(85,196,106); }

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

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

 span { border-color: rgb(85,196,106); }

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