#61BD73

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

Shades of Fern #61BD73

Tints of Fern #61BD73

Color information

#61BD73 (or 0x61BD73) is unknown color: approx Fern. HEX triplet: 61, BD and 73. RGB value is (97,189,115). Sum of RGB (Red+Green+Blue) = 97+189+115=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD73 is #9E428C. Grayscale: #999999. Windows color (decimal): -10371725 or 7585121. OLE color: 7585121.

HSL color Cylindrical-coordinate representation of color #61BD73: hue angle of 131.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BD73 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB97189115-
CMYK0.4900.390.26
HSL131.74º41.07%56.08%-
HSV(B)131.74º48.68%74.12%-
XYZ26.2240.1722.59-
YUV153.06106.5288.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=24.19%
G=47.13%
B=28.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971891150.4900.390.26131.7441.0756.08
Hex61BD73310271A842938
Octal14127516361047322045170
Binary110000110111101111001111000101001111101010000100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,189,115); }

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

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

 a { background-color: rgb(97,189,115); }

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

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

 span { border-color: rgb(97,189,115); }

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