#61BB5A

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

Shades of Fern #61BB5A

Tints of Fern #61BB5A

Color information

#61BB5A (or 0x61BB5A) is unknown color: approx Fern. HEX triplet: 61, BB and 5A. RGB value is (97,187,90). Sum of RGB (Red+Green+Blue) = 97+187+90=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BB5A is #9E44A5. Grayscale: #959595. Windows color (decimal): -10372262 or 5946209. OLE color: 5946209.

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

Color convert

RGB9718790-
CMYK0.4800.520.27
HSL115.67º41.63%54.31%-
HSV(B)115.67º51.87%73.33%-
XYZ24.5538.8215.87-
YUV149.0394.6890.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 187 (73.44% from 255) = 50%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=25.94%
G=50%
B=24.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97187900.4800.520.27115.6741.6354.31
Hex61BB5A300341B742a36
Octal14127313260064331645266
Binary11000011011101110110101100000110100110111110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,187,90); }

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

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

 a { background-color: rgb(97,187,90); }

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

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

 span { border-color: rgb(97,187,90); }

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