#60B25B

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

Shades of Fern #60B25B

Tints of Fern #60B25B

Color information

#60B25B (or 0x60B25B) is unknown color: approx Fern. HEX triplet: 60, B2 and 5B. RGB value is (96,178,91). Sum of RGB (Red+Green+Blue) = 96+178+91=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #60B25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B25B is #9F4DA4. Grayscale: #8F8F8F. Windows color (decimal): -10440101 or 6009440. OLE color: 6009440.

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

Color convert

RGB9617891-
CMYK0.4600.490.30
HSL116.55º36.1%52.75%-
HSV(B)116.55º48.88%69.8%-
XYZ22.6335.0815.48-
YUV143.5698.3394.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 178 (69.92% from 255) = 48.77%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=26.30%
G=48.77%
B=24.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96178910.4600.490.30116.5536.152.75
Hex60B25B2E0311E752435
Octal14026213356061361654465
Binary11000001011001010110111011100110001111101110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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