#55D67B

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

Shades of Emerald #55D67B

Tints of Emerald #55D67B

Color information

#55D67B (or 0x55D67B) is unknown color: approx Emerald. HEX triplet: 55, D6 and 7B. RGB value is (85,214,123). Sum of RGB (Red+Green+Blue) = 85+214+123=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #55D67B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D67B is #AA2984. Grayscale: #A5A5A5. Windows color (decimal): -11151749 or 8115797. OLE color: 8115797.

HSL color Cylindrical-coordinate representation of color #55D67B: hue angle of 137.67º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D67B is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB85214123-
CMYK0.6000.430.16
HSL137.67º61.14%58.63%-
HSV(B)137.67º60.28%83.92%-
XYZ31.3751.4527.02-
YUV165.05104.2670.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 214 (83.98% from 255) = 50.71%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=20.14%
G=50.71%
B=29.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852141230.6000.430.16137.6761.1458.63
Hex55D67B3C02B108a3d3b
Octal12532617374053202127573
Binary101010111010110111101111110001010111000010001010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,214,123); }

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

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

 a { background-color: rgb(85,214,123); }

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

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

 span { border-color: rgb(85,214,123); }

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