#61B571

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

Shades of Fern #61B571

Tints of Fern #61B571

Color information

#61B571 (or 0x61B571) is unknown color: approx Fern. HEX triplet: 61, B5 and 71. RGB value is (97,181,113). Sum of RGB (Red+Green+Blue) = 97+181+113=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #61B571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B571 is #9E4A8E. Grayscale: #949494. Windows color (decimal): -10373775 or 7452001. OLE color: 7452001.

HSL color Cylindrical-coordinate representation of color #61B571: hue angle of 131.43º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B571 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB97181113-
CMYK0.4600.380.29
HSL131.43º36.21%54.51%-
HSV(B)131.43º46.41%70.98%-
XYZ24.4336.7821.43-
YUV148.13108.1791.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 181 (71.09% from 255) = 46.29%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=24.81%
G=46.29%
B=28.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971811130.4600.380.29131.4336.2154.51
Hex61B5712E0261D832437
Octal14126516156046352034467
Binary110000110110101111000110111001001101110110000011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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