#61BD66

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

Shades of Fern #61BD66

Tints of Fern #61BD66

Color information

#61BD66 (or 0x61BD66) is unknown color: approx Fern. HEX triplet: 61, BD and 66. RGB value is (97,189,102). Sum of RGB (Red+Green+Blue) = 97+189+102=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD66 is #9E4299. Grayscale: #979797. Windows color (decimal): -10371738 or 6733153. OLE color: 6733153.

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

Color convert

RGB97189102-
CMYK0.4900.460.26
HSL123.26º41.07%56.08%-
HSV(B)123.26º48.68%74.12%-
XYZ25.5339.918.93-
YUV151.57100.0289.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 189 (74.22% from 255) = 48.71%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=25%
G=48.71%
B=26.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971891020.4900.460.26123.2641.0756.08
Hex61BD663102E1A7b2938
Octal14127514661056321735170
Binary11000011011110111001101100010101110110101111011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,189,102); }

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

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

 a { background-color: rgb(97,189,102); }

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

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

 span { border-color: rgb(97,189,102); }

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