#61C071

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

Shades of Fern #61C071

Tints of Fern #61C071

Color information

#61C071 (or 0x61C071) is unknown color: approx Fern. HEX triplet: 61, C0 and 71. RGB value is (97,192,113). Sum of RGB (Red+Green+Blue) = 97+192+113=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #61C071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C071 is #9E3F8E. Grayscale: #9A9A9A. Windows color (decimal): -10370959 or 7454817. OLE color: 7454817.

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

Color convert

RGB97192113-
CMYK0.4900.410.25
HSL130.11º42.99%56.67%-
HSV(B)130.11º49.48%75.29%-
XYZ26.7641.4322.21-
YUV154.59104.5386.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 192 (75.39% from 255) = 47.76%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=24.13%
G=47.76%
B=28.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971921130.4900.410.25130.1142.9956.67
Hex61C0713102919822b39
Octal14130016161051312025371
Binary110000111000000111000111000101010011100110000010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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