#58BD70

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

Shades of Fern #58BD70

Tints of Fern #58BD70

Color information

#58BD70 (or 0x58BD70) is unknown color: approx Fern. HEX triplet: 58, BD and 70. RGB value is (88,189,112). Sum of RGB (Red+Green+Blue) = 88+189+112=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BD70 is #A7428F. Grayscale: #969696. Windows color (decimal): -10961552 or 7388504. OLE color: 7388504.

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

Color convert

RGB88189112-
CMYK0.5300.410.26
HSL134.26º43.35%54.31%-
HSV(B)134.26º53.44%74.12%-
XYZ25.1539.6421.66-
YUV150.02106.5483.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 189 (74.22% from 255) = 48.59%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=22.62%
G=48.59%
B=28.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881891120.5300.410.26134.2643.3554.31
Hex58BD70350291A862b36
Octal13027516065051322065366
Binary101100010111101111000011010101010011101010000110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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