#60BD6B

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

Shades of Fern #60BD6B

Tints of Fern #60BD6B

Color information

#60BD6B (or 0x60BD6B) is unknown color: approx Fern. HEX triplet: 60, BD and 6B. RGB value is (96,189,107). Sum of RGB (Red+Green+Blue) = 96+189+107=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BD6B is #9F4294. Grayscale: #989898. Windows color (decimal): -10437269 or 7060832. OLE color: 7060832.

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

Color convert

RGB96189107-
CMYK0.4900.430.26
HSL127.1º41.33%55.88%-
HSV(B)127.1º49.21%74.12%-
XYZ25.6839.9420.27-
YUV151.84102.6988.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 189 (74.22% from 255) = 48.21%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=24.49%
G=48.21%
B=27.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961891070.4900.430.26127.141.3355.88
Hex60BD6B3102B1A7f2938
Octal14027515361053321775170
Binary11000001011110111010111100010101011110101111111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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