#55C85C

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

Shades of Fern #55C85C

Tints of Fern #55C85C

Color information

#55C85C (or 0x55C85C) is unknown color: approx Fern. HEX triplet: 55, C8 and 5C. RGB value is (85,200,92). Sum of RGB (Red+Green+Blue) = 85+200+92=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #55C85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C85C is #AA37A3. Grayscale: #999999. Windows color (decimal): -11155364 or 6080597. OLE color: 6080597.

HSL color Cylindrical-coordinate representation of color #55C85C: hue angle of 123.65º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C85C is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB8520092-
CMYK0.5800.540.22
HSL123.65º51.11%55.88%-
HSV(B)123.65º57.5%78.43%-
XYZ26.3344.0117.23-
YUV153.393.479.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 200 (78.52% from 255) = 53.05%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=22.55%
G=53.05%
B=24.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85200920.5800.540.22123.6551.1155.88
Hex55C85C3A036167c3338
Octal12531013472066261746370
Binary10101011100100010111001110100110110101101111100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,200,92); }

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

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

 a { background-color: rgb(85,200,92); }

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

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

 span { border-color: rgb(85,200,92); }

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