#61BA5E

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

Shades of Fern #61BA5E

Tints of Fern #61BA5E

Color information

#61BA5E (or 0x61BA5E) is unknown color: approx Fern. HEX triplet: 61, BA and 5E. RGB value is (97,186,94). Sum of RGB (Red+Green+Blue) = 97+186+94=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BA5E is #9E45A1. Grayscale: #959595. Windows color (decimal): -10372514 or 6208097. OLE color: 6208097.

HSL color Cylindrical-coordinate representation of color #61BA5E: hue angle of 118.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BA5E is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB9718694-
CMYK0.4800.490.27
HSL118.04º40%54.9%-
HSV(B)118.04º49.46%72.94%-
XYZ24.5138.4716.72-
YUV148.997.0190.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 186 (73.05% from 255) = 49.34%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=25.73%
G=49.34%
B=24.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97186940.4800.490.27118.044054.9
Hex61BA5E300311B762837
Octal14127213660061331665067
Binary11000011011101010111101100000110001110111110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,94); }

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

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

 a { background-color: rgb(97,186,94); }

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

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

 span { border-color: rgb(97,186,94); }

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