#60BC61

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

Shades of Fern #60BC61

Tints of Fern #60BC61

Color information

#60BC61 (or 0x60BC61) is unknown color: approx Fern. HEX triplet: 60, BC and 61. RGB value is (96,188,97). Sum of RGB (Red+Green+Blue) = 96+188+97=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC61 is #9F439E. Grayscale: #969696. Windows color (decimal): -10437535 or 6405216. OLE color: 6405216.

HSL color Cylindrical-coordinate representation of color #60BC61: hue angle of 120.65º 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 #60BC61 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB9618897-
CMYK0.4900.480.26
HSL120.65º40.71%55.69%-
HSV(B)120.65º48.94%73.73%-
XYZ24.9639.3217.58-
YUV150.1298.0289.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.20%
GREEN value IS 188 (73.83% from 255) = 49.34%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=25.20%
G=49.34%
B=25.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96188970.4900.480.26120.6540.7155.69
Hex60BC61310301A792938
Octal14027414161060321715170
Binary11000001011110011000011100010110000110101111001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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