#55C16D

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

Shades of Emerald #55C16D

Tints of Emerald #55C16D

Color information

#55C16D (or 0x55C16D) is unknown color: approx Emerald. HEX triplet: 55, C1 and 6D. RGB value is (85,193,109). Sum of RGB (Red+Green+Blue) = 85+193+109=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #55C16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C16D is #AA3E92. Grayscale: #979797. Windows color (decimal): -11157139 or 7192917. OLE color: 7192917.

HSL color Cylindrical-coordinate representation of color #55C16D: hue angle of 133.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C16D is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB85193109-
CMYK0.5600.440.24
HSL133.33º46.55%54.51%-
HSV(B)133.33º55.96%75.69%-
XYZ25.5841.1821.07-
YUV151.13104.2280.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 193 (75.78% from 255) = 49.87%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=21.96%
G=49.87%
B=28.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851931090.5600.440.24133.3346.5554.51
Hex55C16D3802C18852f37
Octal12530115570054302055767
Binary101010111000001110110111100001011001100010000101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,193,109); }

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

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

 a { background-color: rgb(85,193,109); }

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

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

 span { border-color: rgb(85,193,109); }

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