#60BC71

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

Shades of Fern #60BC71

Tints of Fern #60BC71

Color information

#60BC71 (or 0x60BC71) is unknown color: approx Fern. HEX triplet: 60, BC and 71. RGB value is (96,188,113). Sum of RGB (Red+Green+Blue) = 96+188+113=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC71 is #9F438E. Grayscale: #989898. Windows color (decimal): -10437519 or 7453792. OLE color: 7453792.

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

Color convert

RGB96188113-
CMYK0.4900.400.26
HSL131.09º40.71%55.69%-
HSV(B)131.09º48.94%73.73%-
XYZ25.7939.6521.92-
YUV151.94106.0288.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 188 (73.83% from 255) = 47.36%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=24.18%
G=47.36%
B=28.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961881130.4900.400.26131.0940.7155.69
Hex60BC71310281A832938
Octal14027416161050322035170
Binary110000010111100111000111000101010001101010000011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,188,113); }

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

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

 a { background-color: rgb(96,188,113); }

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

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

 span { border-color: rgb(96,188,113); }

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