#55B970

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

Shades of Emerald #55B970

Tints of Emerald #55B970

Color information

#55B970 (or 0x55B970) is unknown color: approx Emerald. HEX triplet: 55, B9 and 70. RGB value is (85,185,112). Sum of RGB (Red+Green+Blue) = 85+185+112=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #55B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B970 is #AA468F. Grayscale: #929292. Windows color (decimal): -11159184 or 7387477. OLE color: 7387477.

HSL color Cylindrical-coordinate representation of color #55B970: hue angle of 136.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B970 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB85185112-
CMYK0.5400.390.27
HSL136.2º41.67%52.94%-
HSV(B)136.2º54.05%72.55%-
XYZ24.0237.821.36-
YUV146.78108.3783.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 185 (72.66% from 255) = 48.43%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=22.25%
G=48.43%
B=29.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851851120.5400.390.27136.241.6752.94
Hex55B970360271B882a35
Octal12527116066047332105265
Binary101010110111001111000011011001001111101110001000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,185,112); }

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

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

 a { background-color: rgb(85,185,112); }

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

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

 span { border-color: rgb(85,185,112); }

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