#58C85A

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

Shades of Fern #58C85A

Tints of Fern #58C85A

Color information

#58C85A (or 0x58C85A) is unknown color: approx Fern. HEX triplet: 58, C8 and 5A. RGB value is (88,200,90). Sum of RGB (Red+Green+Blue) = 88+200+90=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #58C85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C85A is #A737A5. Grayscale: #9A9A9A. Windows color (decimal): -10958758 or 5949528. OLE color: 5949528.

HSL color Cylindrical-coordinate representation of color #58C85A: hue angle of 121.07º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C85A is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB8820090-
CMYK0.5600.550.22
HSL121.07º50.45%56.47%-
HSV(B)121.07º56%78.43%-
XYZ26.5244.1216.79-
YUV153.9791.8980.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 200 (78.52% from 255) = 52.91%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=23.28%
G=52.91%
B=23.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88200900.5600.550.22121.0750.4556.47
Hex58C85A3803716793238
Octal13031013270067261716270
Binary10110001100100010110101110000110111101101111001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,200,90); }

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

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

 a { background-color: rgb(88,200,90); }

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

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

 span { border-color: rgb(88,200,90); }

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