#55BE69

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

Shades of Fern #55BE69

Tints of Fern #55BE69

Color information

#55BE69 (or 0x55BE69) is unknown color: approx Fern. HEX triplet: 55, BE and 69. RGB value is (85,190,105). Sum of RGB (Red+Green+Blue) = 85+190+105=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BE69 is #AA4196. Grayscale: #959595. Windows color (decimal): -11157911 or 6930005. OLE color: 6930005.

HSL color Cylindrical-coordinate representation of color #55BE69: hue angle of 131.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BE69 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB85190105-
CMYK0.5500.450.25
HSL131.43º44.68%53.92%-
HSV(B)131.43º55.26%74.51%-
XYZ24.7139.7819.74-
YUV148.92103.2182.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 190 (74.61% from 255) = 50%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=22.37%
G=50%
B=27.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851901050.5500.450.25131.4344.6853.92
Hex55BE693702D19832d36
Octal12527615167055312035566
Binary101010110111110110100111011101011011100110000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,190,105); }

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

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

 a { background-color: rgb(85,190,105); }

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

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

 span { border-color: rgb(85,190,105); }

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