#55C15E

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

Shades of Fern #55C15E

Tints of Fern #55C15E

Color information

#55C15E (or 0x55C15E) is unknown color: approx Fern. HEX triplet: 55, C1 and 5E. RGB value is (85,193,94). Sum of RGB (Red+Green+Blue) = 85+193+94=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #55C15E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C15E is #AA3EA1. Grayscale: #959595. Windows color (decimal): -11157154 or 6209877. OLE color: 6209877.

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

Color convert

RGB8519394-
CMYK0.5600.510.24
HSL125º46.55%54.51%-
HSV(B)125º55.96%75.69%-
XYZ24.8440.8817.17-
YUV149.4296.7282.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 193 (75.78% from 255) = 51.88%
BLUE value IS 94 (37.11% from 255) = 25.27%
R=22.85%
G=51.88%
B=25.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85193940.5600.510.2412546.5554.51
Hex55C15E38033187d2f37
Octal12530113670063301755767
Binary10101011100000110111101110000110011110001111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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