#55CD5C

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

Shades of Fern #55CD5C

Tints of Fern #55CD5C

Color information

#55CD5C (or 0x55CD5C) is unknown color: approx Fern. HEX triplet: 55, CD and 5C. RGB value is (85,205,92). Sum of RGB (Red+Green+Blue) = 85+205+92=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CD5C is #AA32A3. Grayscale: #9C9C9C. Windows color (decimal): -11154084 or 6081877. OLE color: 6081877.

HSL color Cylindrical-coordinate representation of color #55CD5C: hue angle of 123.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CD5C is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB8520592-
CMYK0.5900.550.20
HSL123.5º54.55%56.86%-
HSV(B)123.5º58.54%80.39%-
XYZ27.5146.3717.62-
YUV156.2491.7477.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 205 (80.47% from 255) = 53.66%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=22.25%
G=53.66%
B=24.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85205920.5900.550.20123.554.5556.86
Hex55CD5C3B037147c3739
Octal12531513473067241746771
Binary10101011100110110111001110110110111101001111100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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