#55C472

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

Shades of Emerald #55C472

Tints of Emerald #55C472

Color information

#55C472 (or 0x55C472) is unknown color: approx Emerald. HEX triplet: 55, C4 and 72. RGB value is (85,196,114). Sum of RGB (Red+Green+Blue) = 85+196+114=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #55C472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C472 is #AA3B8D. Grayscale: #999999. Windows color (decimal): -11156366 or 7521365. OLE color: 7521365.

HSL color Cylindrical-coordinate representation of color #55C472: hue angle of 135.68º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C472 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB85196114-
CMYK0.5700.420.23
HSL135.68º48.47%55.1%-
HSV(B)135.68º56.63%76.86%-
XYZ26.5242.6322.75-
YUV153.46105.7379.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 196 (76.95% from 255) = 49.62%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=21.52%
G=49.62%
B=28.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851961140.5700.420.23135.6848.4755.1
Hex55C4723902A17883037
Octal12530416271052272106067
Binary101010111000100111001011100101010101011110001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,196,114); }

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

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

 a { background-color: rgb(85,196,114); }

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

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

 span { border-color: rgb(85,196,114); }

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