#60BD6A

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

Shades of Fern #60BD6A

Tints of Fern #60BD6A

Color information

#60BD6A (or 0x60BD6A) is unknown color: approx Fern. HEX triplet: 60, BD and 6A. RGB value is (96,189,106). Sum of RGB (Red+Green+Blue) = 96+189+106=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BD6A is #9F4295. Grayscale: #979797. Windows color (decimal): -10437270 or 6995296. OLE color: 6995296.

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

Color convert

RGB96189106-
CMYK0.4900.440.26
HSL126.45º41.33%55.88%-
HSV(B)126.45º49.21%74.12%-
XYZ25.6239.9219.99-
YUV151.73102.1988.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 189 (74.22% from 255) = 48.34%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=24.55%
G=48.34%
B=27.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961891060.4900.440.26126.4541.3355.88
Hex60BD6A3102C1A7e2938
Octal14027515261054321765170
Binary11000001011110111010101100010101100110101111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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