#55B25D

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

Shades of Fern #55B25D

Tints of Fern #55B25D

Color information

#55B25D (or 0x55B25D) is unknown color: approx Fern. HEX triplet: 55, B2 and 5D. RGB value is (85,178,93). Sum of RGB (Red+Green+Blue) = 85+178+93=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #55B25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B25D is #AA4DA2. Grayscale: #8C8C8C. Windows color (decimal): -11160995 or 6140501. OLE color: 6140501.

HSL color Cylindrical-coordinate representation of color #55B25D: hue angle of 125.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B25D is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB8517893-
CMYK0.5200.480.30
HSL125.16º37.65%51.57%-
HSV(B)125.16º52.25%69.8%-
XYZ21.6434.5615.89-
YUV140.5101.1988.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 178 (69.92% from 255) = 50%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=23.88%
G=50%
B=26.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85178930.5200.480.30125.1637.6551.57
Hex55B25D340301E7d2634
Octal12526213564060361754664
Binary10101011011001010111011101000110000111101111101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,178,93); }

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

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

 a { background-color: rgb(85,178,93); }

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

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

 span { border-color: rgb(85,178,93); }

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