#55C363

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

Shades of Fern #55C363

Tints of Fern #55C363

Color information

#55C363 (or 0x55C363) is unknown color: approx Fern. HEX triplet: 55, C3 and 63. RGB value is (85,195,99). Sum of RGB (Red+Green+Blue) = 85+195+99=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #55C363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C363 is #AA3C9C. Grayscale: #979797. Windows color (decimal): -11156637 or 6538069. OLE color: 6538069.

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

Color convert

RGB8519599-
CMYK0.5600.490.24
HSL127.64º47.83%54.9%-
HSV(B)127.64º56.41%76.47%-
XYZ25.5141.8618.54-
YUV151.1798.5680.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 195 (76.56% from 255) = 51.45%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=22.43%
G=51.45%
B=26.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85195990.5600.490.24127.6447.8354.9
Hex55C3633803118803037
Octal12530314370061302006067
Binary101010111000011110001111100001100011100010000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,195,99); }

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

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

 a { background-color: rgb(85,195,99); }

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

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

 span { border-color: rgb(85,195,99); }

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