#58BD5B

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

Shades of Fern #58BD5B

Tints of Fern #58BD5B

Color information

#58BD5B (or 0x58BD5B) is unknown color: approx Fern. HEX triplet: 58, BD and 5B. RGB value is (88,189,91). Sum of RGB (Red+Green+Blue) = 88+189+91=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BD5B is #A742A4. Grayscale: #939393. Windows color (decimal): -10961573 or 6012248. OLE color: 6012248.

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

Color convert

RGB8818991-
CMYK0.5300.520.26
HSL121.78º43.35%54.31%-
HSV(B)121.78º53.44%74.12%-
XYZ24.1139.2316.2-
YUV147.6396.0485.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 189 (74.22% from 255) = 51.36%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=23.91%
G=51.36%
B=24.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88189910.5300.520.26121.7843.3554.31
Hex58BD5B350341A7a2b36
Octal13027513365064321725366
Binary10110001011110110110111101010110100110101111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,189,91); }

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

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

 a { background-color: rgb(88,189,91); }

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

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

 span { border-color: rgb(88,189,91); }

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