#58CA62

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

Shades of Fern #58CA62

Tints of Fern #58CA62

Color information

#58CA62 (or 0x58CA62) is unknown color: approx Fern. HEX triplet: 58, CA and 62. RGB value is (88,202,98). Sum of RGB (Red+Green+Blue) = 88+202+98=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CA62 is #A7359D. Grayscale: #9C9C9C. Windows color (decimal): -10958238 or 6474328. OLE color: 6474328.

HSL color Cylindrical-coordinate representation of color #58CA62: hue angle of 125.26º 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 #58CA62 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB8820298-
CMYK0.5600.510.21
HSL125.26º51.82%56.86%-
HSV(B)125.26º56.44%79.22%-
XYZ27.3545.218.84-
YUV156.0695.2379.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 202 (79.30% from 255) = 52.06%
BLUE value IS 98 (38.67% from 255) = 25.26%
R=22.68%
G=52.06%
B=25.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88202980.5600.510.21125.2651.8256.86
Hex58CA6238033157d3439
Octal13031214270063251756471
Binary10110001100101011000101110000110011101011111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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