#55CB70

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

Shades of Emerald #55CB70

Tints of Emerald #55CB70

Color information

#55CB70 (or 0x55CB70) is unknown color: approx Emerald. HEX triplet: 55, CB and 70. RGB value is (85,203,112). Sum of RGB (Red+Green+Blue) = 85+203+112=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB70 is #AA348F. Grayscale: #9D9D9D. Windows color (decimal): -11154576 or 7392085. OLE color: 7392085.

HSL color Cylindrical-coordinate representation of color #55CB70: hue angle of 133.73º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB70 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB85203112-
CMYK0.5800.450.20
HSL133.73º53.15%56.47%-
HSV(B)133.73º58.13%79.61%-
XYZ28.0345.8122.69-
YUV157.34102.4176.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 203 (79.69% from 255) = 50.75%
BLUE value IS 112 (44.14% from 255) = 28%
R=21.25%
G=50.75%
B=28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031120.5800.450.20133.7353.1556.47
Hex55CB703A02D14863538
Octal12531316072055242066570
Binary101010111001011111000011101001011011010010000110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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