#58BC6C

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

Shades of Fern #58BC6C

Tints of Fern #58BC6C

Color information

#58BC6C (or 0x58BC6C) is unknown color: approx Fern. HEX triplet: 58, BC and 6C. RGB value is (88,188,108). Sum of RGB (Red+Green+Blue) = 88+188+108=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BC6C is #A74393. Grayscale: #959595. Windows color (decimal): -10961812 or 7126104. OLE color: 7126104.

HSL color Cylindrical-coordinate representation of color #58BC6C: hue angle of 132º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BC6C is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB88188108-
CMYK0.5300.430.26
HSL132º42.74%54.12%-
HSV(B)132º53.19%73.73%-
XYZ24.7139.1220.44-
YUV148.98104.8784.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.92%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=22.92%
G=48.96%
B=28.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881881080.5300.430.2613242.7454.12
Hex58BC6C3502B1A842b36
Octal13027415465053322045366
Binary101100010111100110110011010101010111101010000100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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