#58CA5F

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

Shades of Fern #58CA5F

Tints of Fern #58CA5F

Color information

#58CA5F (or 0x58CA5F) is unknown color: approx Fern. HEX triplet: 58, CA and 5F. RGB value is (88,202,95). Sum of RGB (Red+Green+Blue) = 88+202+95=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CA5F is #A735A0. Grayscale: #9C9C9C. Windows color (decimal): -10958241 or 6277720. OLE color: 6277720.

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

Color convert

RGB8820295-
CMYK0.5600.530.21
HSL123.68º51.82%56.86%-
HSV(B)123.68º56.44%79.22%-
XYZ27.2145.1418.11-
YUV155.7293.7379.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 202 (79.30% from 255) = 52.47%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=22.86%
G=52.47%
B=24.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88202950.5600.530.21123.6851.8256.86
Hex58CA5F38035157c3439
Octal13031213770065251746471
Binary10110001100101010111111110000110101101011111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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