#60BD5F

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

Shades of Fern #60BD5F

Tints of Fern #60BD5F

Color information

#60BD5F (or 0x60BD5F) is unknown color: approx Fern. HEX triplet: 60, BD and 5F. RGB value is (96,189,95). Sum of RGB (Red+Green+Blue) = 96+189+95=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BD5F is #9F42A0. Grayscale: #969696. Windows color (decimal): -10437281 or 6274400. OLE color: 6274400.

HSL color Cylindrical-coordinate representation of color #60BD5F: hue angle of 119.36º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BD5F is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB9618995-
CMYK0.4900.500.26
HSL119.36º41.59%55.69%-
HSV(B)119.36º49.74%74.12%-
XYZ25.0939.7117.17-
YUV150.4896.6989.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 189 (74.22% from 255) = 49.74%
BLUE value IS 95 (37.5% from 255) = 25%
R=25.26%
G=49.74%
B=25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96189950.4900.500.26119.3641.5955.69
Hex60BD5F310321A772a38
Octal14027513761062321675270
Binary11000001011110110111111100010110010110101110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,95); }

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

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

 a { background-color: rgb(96,189,95); }

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

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

 span { border-color: rgb(96,189,95); }

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