#55C67E

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

Shades of Emerald #55C67E

Tints of Emerald #55C67E

Color information

#55C67E (or 0x55C67E) is unknown color: approx Emerald. HEX triplet: 55, C6 and 7E. RGB value is (85,198,126). Sum of RGB (Red+Green+Blue) = 85+198+126=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 198 - color contains mainly: green. Hex color #55C67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C67E is #AA3981. Grayscale: #9C9C9C. Windows color (decimal): -11155842 or 8308309. OLE color: 8308309.

HSL color Cylindrical-coordinate representation of color #55C67E: hue angle of 141.77º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C67E is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB85198126-
CMYK0.5700.360.22
HSL141.77º49.78%55.49%-
HSV(B)141.77º57.07%77.65%-
XYZ27.7143.8326.74-
YUV156111.0677.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 198 (77.73% from 255) = 48.41%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=20.78%
G=48.41%
B=30.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851981260.5700.360.22141.7749.7855.49
Hex55C67E39024168e3237
Octal12530617671044262166267
Binary101010111000110111111011100101001001011010001110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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