#55C15D

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

Shades of Fern #55C15D

Tints of Fern #55C15D

Color information

#55C15D (or 0x55C15D) is unknown color: approx Fern. HEX triplet: 55, C1 and 5D. RGB value is (85,193,93). Sum of RGB (Red+Green+Blue) = 85+193+93=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #55C15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C15D is #AA3EA2. Grayscale: #959595. Windows color (decimal): -11157155 or 6144341. OLE color: 6144341.

HSL color Cylindrical-coordinate representation of color #55C15D: hue angle of 124.44º 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 #55C15D is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB8519393-
CMYK0.5600.520.24
HSL124.44º46.55%54.51%-
HSV(B)124.44º55.96%75.69%-
XYZ24.7940.8616.94-
YUV149.3196.2282.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 193 (75.78% from 255) = 52.02%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=22.91%
G=52.02%
B=25.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85193930.5600.520.24124.4446.5554.51
Hex55C15D38034187c2f37
Octal12530113570064301745767
Binary10101011100000110111011110000110100110001111100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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