#55C65E

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

Shades of Fern #55C65E

Tints of Fern #55C65E

Color information

#55C65E (or 0x55C65E) is unknown color: approx Fern. HEX triplet: 55, C6 and 5E. RGB value is (85,198,94). Sum of RGB (Red+Green+Blue) = 85+198+94=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #55C65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C65E is #AA39A1. Grayscale: #989898. Windows color (decimal): -11155874 or 6211157. OLE color: 6211157.

HSL color Cylindrical-coordinate representation of color #55C65E: hue angle of 124.78º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C65E is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB8519894-
CMYK0.5700.530.22
HSL124.78º49.78%55.49%-
HSV(B)124.78º57.07%77.65%-
XYZ25.9643.1317.55-
YUV152.3695.0679.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 198 (77.73% from 255) = 52.52%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=22.55%
G=52.52%
B=24.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85198940.5700.530.22124.7849.7855.49
Hex55C65E39035167d3237
Octal12530613671065261756267
Binary10101011100011010111101110010110101101101111101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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