#55BD67

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

Shades of Fern #55BD67

Tints of Fern #55BD67

Color information

#55BD67 (or 0x55BD67) is unknown color: approx Fern. HEX triplet: 55, BD and 67. RGB value is (85,189,103). Sum of RGB (Red+Green+Blue) = 85+189+103=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD67 is #AA4298. Grayscale: #949494. Windows color (decimal): -11158169 or 6798677. OLE color: 6798677.

HSL color Cylindrical-coordinate representation of color #55BD67: hue angle of 130.38º 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 #55BD67 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB85189103-
CMYK0.5500.460.26
HSL130.38º44.07%53.73%-
HSV(B)130.38º55.03%74.12%-
XYZ24.3939.3119.13-
YUV148.1102.5482.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 189 (74.22% from 255) = 50.13%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=22.55%
G=50.13%
B=27.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851891030.5500.460.26130.3844.0753.73
Hex55BD673702E1A822c36
Octal12527514767056322025466
Binary101010110111101110011111011101011101101010000010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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