#58B962

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

Shades of Fern #58B962

Tints of Fern #58B962

Color information

#58B962 (or 0x58B962) is unknown color: approx Fern. HEX triplet: 58, B9 and 62. RGB value is (88,185,98). Sum of RGB (Red+Green+Blue) = 88+185+98=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #58B962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B962 is #A7469D. Grayscale: #929292. Windows color (decimal): -10962590 or 6469976. OLE color: 6469976.

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

Color convert

RGB8818598-
CMYK0.5200.470.27
HSL126.19º40.93%53.53%-
HSV(B)126.19º52.43%72.55%-
XYZ23.5837.6517.58-
YUV146.08100.8686.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=23.72%
G=49.87%
B=26.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88185980.5200.470.27126.1940.9353.53
Hex58B9623402F1B7e2936
Octal13027114264057331765166
Binary10110001011100111000101101000101111110111111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,185,98); }

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

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

 a { background-color: rgb(88,185,98); }

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

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

 span { border-color: rgb(88,185,98); }

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