#55BD65

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

Shades of Fern #55BD65

Tints of Fern #55BD65

Color information

#55BD65 (or 0x55BD65) is unknown color: approx Fern. HEX triplet: 55, BD and 65. RGB value is (85,189,101). Sum of RGB (Red+Green+Blue) = 85+189+101=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD65 is #AA429A. Grayscale: #949494. Windows color (decimal): -11158171 or 6667605. OLE color: 6667605.

HSL color Cylindrical-coordinate representation of color #55BD65: hue angle of 129.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BD65 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB85189101-
CMYK0.5500.470.26
HSL129.23º44.07%53.73%-
HSV(B)129.23º55.03%74.12%-
XYZ24.2939.2718.61-
YUV147.87101.5483.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 189 (74.22% from 255) = 50.4%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=22.67%
G=50.4%
B=26.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851891010.5500.470.26129.2344.0753.73
Hex55BD653702F1A812c36
Octal12527514567057322015466
Binary101010110111101110010111011101011111101010000001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,189,101); }

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

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

 a { background-color: rgb(85,189,101); }

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

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

 span { border-color: rgb(85,189,101); }

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