#58D165

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

Shades of Fern #58D165

Tints of Fern #58D165

Color information

#58D165 (or 0x58D165) is unknown color: approx Fern. HEX triplet: 58, D1 and 65. RGB value is (88,209,101). Sum of RGB (Red+Green+Blue) = 88+209+101=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 209 (82.03% from 255 or 52.51% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 209 - color contains mainly: green. Hex color #58D165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D165 is #A72E9A. Grayscale: #A0A0A0. Windows color (decimal): -10956443 or 6672728. OLE color: 6672728.

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

Color convert

RGB88209101-
CMYK0.5800.520.18
HSL126.45º56.81%58.24%-
HSV(B)126.45º57.89%81.96%-
XYZ29.1748.6220.16-
YUV160.5194.4176.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.11%
GREEN value IS 209 (82.03% from 255) = 52.51%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=22.11%
G=52.51%
B=25.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal882091010.5800.520.18126.4556.8158.24
Hex58D1653A034127e393a
Octal13032114572064221767172
Binary10110001101000111001011110100110100100101111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,209,101); }

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

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

 a { background-color: rgb(88,209,101); }

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

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

 span { border-color: rgb(88,209,101); }

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