#61BB62

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

Shades of Fern #61BB62

Tints of Fern #61BB62

Color information

#61BB62 (or 0x61BB62) is unknown color: approx Fern. HEX triplet: 61, BB and 62. RGB value is (97,187,98). Sum of RGB (Red+Green+Blue) = 97+187+98=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BB62 is #9E449D. Grayscale: #969696. Windows color (decimal): -10372254 or 6470497. OLE color: 6470497.

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

Color convert

RGB9718798-
CMYK0.4800.480.27
HSL120.67º39.82%55.69%-
HSV(B)120.67º48.13%73.33%-
XYZ24.938.9617.76-
YUV149.9498.6890.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 98 (38.67% from 255) = 25.65%
R=25.39%
G=48.95%
B=25.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97187980.4800.480.27120.6739.8255.69
Hex61BB62300301B792838
Octal14127314260060331715070
Binary11000011011101111000101100000110000110111111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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