#58BC55

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

Shades of Fern #58BC55

Tints of Fern #58BC55

Color information

#58BC55 (or 0x58BC55) is unknown color: approx Fern. HEX triplet: 58, BC and 55. RGB value is (88,188,85). Sum of RGB (Red+Green+Blue) = 88+188+85=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BC55 is #A743AA. Grayscale: #929292. Windows color (decimal): -10961835 or 5618776. OLE color: 5618776.

HSL color Cylindrical-coordinate representation of color #58BC55: hue angle of 118.25º degrees, saturation: 0.43, 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 #58BC55 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB8818885-
CMYK0.5300.550.26
HSL118.25º43.46%53.53%-
HSV(B)118.25º54.79%73.73%-
XYZ23.6538.714.82-
YUV146.3693.3786.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 188 (73.83% from 255) = 52.08%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=24.38%
G=52.08%
B=23.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88188850.5300.550.26118.2543.4653.53
Hex58BC55350371A762b36
Octal13027412565067321665366
Binary10110001011110010101011101010110111110101110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58BC55; }

 p { color: rgb(88,188,85); }

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

<style>
 a { background-color: #58BC55; }

 a { background-color: rgb(88,188,85); }

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

<style>
 span { border-color: #58BC55; }

 span { border-color: rgb(88,188,85); }

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