#55C157

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

Shades of Fern #55C157

Tints of Fern #55C157

Color information

#55C157 (or 0x55C157) is unknown color: approx Fern. HEX triplet: 55, C1 and 57. RGB value is (85,193,87). Sum of RGB (Red+Green+Blue) = 85+193+87=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #55C157 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C157 is #AA3EA8. Grayscale: #949494. Windows color (decimal): -11157161 or 5751125. OLE color: 5751125.

HSL color Cylindrical-coordinate representation of color #55C157: hue angle of 121.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C157 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB8519387-
CMYK0.5600.550.24
HSL121.11º46.55%54.51%-
HSV(B)121.11º55.96%75.69%-
XYZ24.5440.7615.59-
YUV148.6293.2282.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 193 (75.78% from 255) = 52.88%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=23.29%
G=52.88%
B=23.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85193870.5600.550.24121.1146.5554.51
Hex55C1573803718792f37
Octal12530112770067301715767
Binary10101011100000110101111110000110111110001111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,193,87); }

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

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

 a { background-color: rgb(85,193,87); }

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

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

 span { border-color: rgb(85,193,87); }

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