#58BB70

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

Shades of Fern #58BB70

Tints of Fern #58BB70

Color information

#58BB70 (or 0x58BB70) is unknown color: approx Fern. HEX triplet: 58, BB and 70. RGB value is (88,187,112). Sum of RGB (Red+Green+Blue) = 88+187+112=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BB70 is #A7448F. Grayscale: #959595. Windows color (decimal): -10962064 or 7387992. OLE color: 7387992.

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

Color convert

RGB88187112-
CMYK0.5300.400.27
HSL134.55º42.13%53.92%-
HSV(B)134.55º52.94%73.33%-
XYZ24.7238.7921.51-
YUV148.85107.284.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 187 (73.44% from 255) = 48.32%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=22.74%
G=48.32%
B=28.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881871120.5300.400.27134.5542.1353.92
Hex58BB70350281B872a36
Octal13027316065050332075266
Binary101100010111011111000011010101010001101110000111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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