#58B964

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

Shades of Fern #58B964

Tints of Fern #58B964

Color information

#58B964 (or 0x58B964) is unknown color: approx Fern. HEX triplet: 58, B9 and 64. RGB value is (88,185,100). Sum of RGB (Red+Green+Blue) = 88+185+100=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #58B964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B964 is #A7469B. Grayscale: #929292. Windows color (decimal): -10962588 or 6601048. OLE color: 6601048.

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

Color convert

RGB88185100-
CMYK0.5200.460.27
HSL127.42º40.93%53.53%-
HSV(B)127.42º52.43%72.55%-
XYZ23.6737.6918.08-
YUV146.31101.8686.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 185 (72.66% from 255) = 49.60%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=23.59%
G=49.60%
B=26.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881851000.5200.460.27127.4240.9353.53
Hex58B9643402E1B7f2936
Octal13027114464056331775166
Binary10110001011100111001001101000101110110111111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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