#55D68F

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

Shades of Emerald #55D68F

Tints of Emerald #55D68F

Color information

#55D68F (or 0x55D68F) is unknown color: approx Emerald. HEX triplet: 55, D6 and 8F. RGB value is (85,214,143). Sum of RGB (Red+Green+Blue) = 85+214+143=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #55D68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D68F is #AA2970. Grayscale: #A7A7A7. Windows color (decimal): -11151729 or 9426517. OLE color: 9426517.

HSL color Cylindrical-coordinate representation of color #55D68F: hue angle of 146.98º 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 #55D68F is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB85214143-
CMYK0.6000.330.16
HSL146.98º61.14%58.63%-
HSV(B)146.98º60.28%83.92%-
XYZ32.7552.0134.3-
YUV167.33114.2669.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.23%
GREEN value IS 214 (83.98% from 255) = 48.42%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=19.23%
G=48.42%
B=32.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852141430.6000.330.16146.9861.1458.63
Hex55D68F3C02110933d3b
Octal12532621774041202237573
Binary1010101110101101000111111110001000011000010010011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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