#61C05F

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

Shades of Fern #61C05F

Tints of Fern #61C05F

Color information

#61C05F (or 0x61C05F) is unknown color: approx Fern. HEX triplet: 61, C0 and 5F. RGB value is (97,192,95). Sum of RGB (Red+Green+Blue) = 97+192+95=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #61C05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C05F is #9E3FA0. Grayscale: #989898. Windows color (decimal): -10370977 or 6275169. OLE color: 6275169.

HSL color Cylindrical-coordinate representation of color #61C05F: hue angle of 118.76º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C05F is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB9719295-
CMYK0.4900.510.25
HSL118.76º43.5%56.27%-
HSV(B)118.76º50.52%75.29%-
XYZ25.8441.0717.39-
YUV152.5495.5388.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.26%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=25.26%
G=50%
B=24.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97192950.4900.510.25118.7643.556.27
Hex61C05F3103319772b38
Octal14130013761063311675370
Binary11000011100000010111111100010110011110011110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C05F; }

 p { color: rgb(97,192,95); }

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

<style>
 a { background-color: #61C05F; }

 a { background-color: rgb(97,192,95); }

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

<style>
 span { border-color: #61C05F; }

 span { border-color: rgb(97,192,95); }

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