#58BA5E

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

Shades of Fern #58BA5E

Tints of Fern #58BA5E

Color information

#58BA5E (or 0x58BA5E) is unknown color: approx Fern. HEX triplet: 58, BA and 5E. RGB value is (88,186,94). Sum of RGB (Red+Green+Blue) = 88+186+94=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BA5E is #A745A1. Grayscale: #929292. Windows color (decimal): -10962338 or 6208088. OLE color: 6208088.

HSL color Cylindrical-coordinate representation of color #58BA5E: hue angle of 123.67º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BA5E is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB8818694-
CMYK0.5300.490.27
HSL123.67º41.53%53.73%-
HSV(B)123.67º52.69%72.94%-
XYZ23.63816.68-
YUV146.2198.5386.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 186 (73.05% from 255) = 50.54%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=23.91%
G=50.54%
B=25.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88186940.5300.490.27123.6741.5353.73
Hex58BA5E350311B7c2a36
Octal13027213665061331745266
Binary10110001011101010111101101010110001110111111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,186,94); }

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

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

 a { background-color: rgb(88,186,94); }

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

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

 span { border-color: rgb(88,186,94); }

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