#61C35D

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

Shades of Fern #61C35D

Tints of Fern #61C35D

Color information

#61C35D (or 0x61C35D) is unknown color: approx Fern. HEX triplet: 61, C3 and 5D. RGB value is (97,195,93). Sum of RGB (Red+Green+Blue) = 97+195+93=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #61C35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C35D is #9E3CA2. Grayscale: #9A9A9A. Windows color (decimal): -10370211 or 6144865. OLE color: 6144865.

HSL color Cylindrical-coordinate representation of color #61C35D: hue angle of 117.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C35D is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB9719593-
CMYK0.5000.520.24
HSL117.65º45.95%56.47%-
HSV(B)117.65º52.31%76.47%-
XYZ26.4242.3617.14-
YUV154.0793.5387.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 195 (76.56% from 255) = 50.65%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=25.19%
G=50.65%
B=24.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97195930.5000.520.24117.6545.9556.47
Hex61C35D3203418762e38
Octal14130313562064301665670
Binary11000011100001110111011100100110100110001110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,195,93); }

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

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

 a { background-color: rgb(97,195,93); }

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

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

 span { border-color: rgb(97,195,93); }

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