#55CB67

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

Shades of Emerald #55CB67

Tints of Emerald #55CB67

Color information

#55CB67 (or 0x55CB67) is unknown color: approx Emerald. HEX triplet: 55, CB and 67. RGB value is (85,203,103). Sum of RGB (Red+Green+Blue) = 85+203+103=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB67 is #AA3498. Grayscale: #9C9C9C. Windows color (decimal): -11154585 or 6802261. OLE color: 6802261.

HSL color Cylindrical-coordinate representation of color #55CB67: hue angle of 129.15º 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 #55CB67 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB85203103-
CMYK0.5800.490.20
HSL129.15º53.15%56.47%-
HSV(B)129.15º58.13%79.61%-
XYZ27.5545.6220.19-
YUV156.3297.9177.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 203 (79.69% from 255) = 51.92%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=21.74%
G=51.92%
B=26.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031030.5800.490.20129.1553.1556.47
Hex55CB673A03114813538
Octal12531314772061242016570
Binary101010111001011110011111101001100011010010000001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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