#61BC73

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

Shades of Fern #61BC73

Tints of Fern #61BC73

Color information

#61BC73 (or 0x61BC73) is unknown color: approx Fern. HEX triplet: 61, BC and 73. RGB value is (97,188,115). Sum of RGB (Red+Green+Blue) = 97+188+115=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BC73 is #9E438C. Grayscale: #989898. Windows color (decimal): -10371981 or 7584865. OLE color: 7584865.

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

Color convert

RGB97188115-
CMYK0.4800.390.26
HSL131.87º40.44%55.88%-
HSV(B)131.87º48.4%73.73%-
XYZ26.0139.7522.52-
YUV152.47106.8588.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 188 (73.83% from 255) = 47%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=24.25%
G=47%
B=28.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971881150.4800.390.26131.8740.4455.88
Hex61BC73300271A842838
Octal14127416360047322045070
Binary110000110111100111001111000001001111101010000100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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