#60BA5D

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

Shades of Fern #60BA5D

Tints of Fern #60BA5D

Color information

#60BA5D (or 0x60BA5D) is unknown color: approx Fern. HEX triplet: 60, BA and 5D. RGB value is (96,186,93). Sum of RGB (Red+Green+Blue) = 96+186+93=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA5D is #9F45A2. Grayscale: #949494. Windows color (decimal): -10438051 or 6142560. OLE color: 6142560.

HSL color Cylindrical-coordinate representation of color #60BA5D: hue angle of 118.06º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BA5D is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB9618693-
CMYK0.4800.50.27
HSL118.06º40.26%54.71%-
HSV(B)118.06º50%72.94%-
XYZ24.3638.3916.48-
YUV148.4996.6890.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.6%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=25.6%
G=49.6%
B=24.8%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96186930.4800.50.27118.0640.2654.71
Hex60BA5D300321B762837
Octal14027213560062331665067
Binary11000001011101010111011100000110010110111110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60BA5D; }

 p { color: rgb(96,186,93); }

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

<style>
 a { background-color: #60BA5D; }

 a { background-color: rgb(96,186,93); }

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

<style>
 span { border-color: #60BA5D; }

 span { border-color: rgb(96,186,93); }

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