#60BC72

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

Shades of Fern #60BC72

Tints of Fern #60BC72

Color information

#60BC72 (or 0x60BC72) is unknown color: approx Fern. HEX triplet: 60, BC and 72. RGB value is (96,188,114). Sum of RGB (Red+Green+Blue) = 96+188+114=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC72 is #9F438D. Grayscale: #989898. Windows color (decimal): -10437518 or 7519328. OLE color: 7519328.

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

Color convert

RGB96188114-
CMYK0.4900.390.26
HSL131.74º40.71%55.69%-
HSV(B)131.74º48.94%73.73%-
XYZ25.8439.6722.21-
YUV152.06106.5288.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 188 (73.83% from 255) = 47.24%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=24.12%
G=47.24%
B=28.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961881140.4900.390.26131.7440.7155.69
Hex60BC72310271A842938
Octal14027416261047322045170
Binary110000010111100111001011000101001111101010000100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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