#55D65C

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

Shades of Fern #55D65C

Tints of Fern #55D65C

Color information

#55D65C (or 0x55D65C) is unknown color: approx Fern. HEX triplet: 55, D6 and 5C. RGB value is (85,214,92). Sum of RGB (Red+Green+Blue) = 85+214+92=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #55D65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D65C is #AA29A3. Grayscale: #A1A1A1. Windows color (decimal): -11151780 or 6084181. OLE color: 6084181.

HSL color Cylindrical-coordinate representation of color #55D65C: hue angle of 123.26º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D65C is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB8521492-
CMYK0.6000.570.16
HSL123.26º61.14%58.63%-
HSV(B)123.26º60.28%83.92%-
XYZ29.7250.818.36-
YUV161.5288.7673.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 214 (83.98% from 255) = 54.73%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=21.74%
G=54.73%
B=23.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85214920.6000.570.16123.2661.1458.63
Hex55D65C3C039107b3d3b
Octal12532613474071201737573
Binary10101011101011010111001111000111001100001111011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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