#58C160

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

Shades of Fern #58C160

Tints of Fern #58C160

Color information

#58C160 (or 0x58C160) is unknown color: approx Fern. HEX triplet: 58, C1 and 60. RGB value is (88,193,96). Sum of RGB (Red+Green+Blue) = 88+193+96=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #58C160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C160 is #A73E9F. Grayscale: #969696. Windows color (decimal): -10960544 or 6340952. OLE color: 6340952.

HSL color Cylindrical-coordinate representation of color #58C160: hue angle of 124.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C160 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB8819396-
CMYK0.5400.500.24
HSL124.57º45.85%55.1%-
HSV(B)124.57º54.4%75.69%-
XYZ25.2141.0617.66-
YUV150.5597.2183.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 193 (75.78% from 255) = 51.19%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=23.34%
G=51.19%
B=25.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal88193960.5400.500.24124.5745.8555.1
Hex58C16036032187d2e37
Octal13030114066062301755667
Binary10110001100000111000001101100110010110001111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,193,96); }

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

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

 a { background-color: rgb(88,193,96); }

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

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

 span { border-color: rgb(88,193,96); }

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