#58CA61

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

Shades of Fern #58CA61

Tints of Fern #58CA61

Color information

#58CA61 (or 0x58CA61) is unknown color: approx Fern. HEX triplet: 58, CA and 61. RGB value is (88,202,97). Sum of RGB (Red+Green+Blue) = 88+202+97=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CA61 is #A7359E. Grayscale: #9C9C9C. Windows color (decimal): -10958239 or 6408792. OLE color: 6408792.

HSL color Cylindrical-coordinate representation of color #58CA61: hue angle of 124.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58CA61 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB8820297-
CMYK0.5600.520.21
HSL124.74º51.82%56.86%-
HSV(B)124.74º56.44%79.22%-
XYZ27.345.1818.59-
YUV155.9494.7379.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 202 (79.30% from 255) = 52.20%
BLUE value IS 97 (38.28% from 255) = 25.06%
R=22.74%
G=52.20%
B=25.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88202970.5600.520.21124.7451.8256.86
Hex58CA6138034157d3439
Octal13031214170064251756471
Binary10110001100101011000011110000110100101011111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,202,97); }

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

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

 a { background-color: rgb(88,202,97); }

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

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

 span { border-color: rgb(88,202,97); }

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