#60B25C

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

Shades of Fern #60B25C

Tints of Fern #60B25C

Color information

#60B25C (or 0x60B25C) is unknown color: approx Fern. HEX triplet: 60, B2 and 5C. RGB value is (96,178,92). Sum of RGB (Red+Green+Blue) = 96+178+92=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #60B25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B25C is #9F4DA3. Grayscale: #8F8F8F. Windows color (decimal): -10440100 or 6074976. OLE color: 6074976.

HSL color Cylindrical-coordinate representation of color #60B25C: hue angle of 117.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B25C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB9617892-
CMYK0.4600.480.30
HSL117.21º35.83%52.94%-
HSV(B)117.21º48.31%69.8%-
XYZ22.6835.115.71-
YUV143.6898.8393.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 178 (69.92% from 255) = 48.63%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=26.23%
G=48.63%
B=25.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96178920.4600.480.30117.2135.8352.94
Hex60B25C2E0301E752435
Octal14026213456060361654465
Binary11000001011001010111001011100110000111101110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,178,92); }

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

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

 a { background-color: rgb(96,178,92); }

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

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

 span { border-color: rgb(96,178,92); }

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