#61BD68

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

Shades of Fern #61BD68

Tints of Fern #61BD68

Color information

#61BD68 (or 0x61BD68) is unknown color: approx Fern. HEX triplet: 61, BD and 68. RGB value is (97,189,104). Sum of RGB (Red+Green+Blue) = 97+189+104=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD68 is #9E4297. Grayscale: #989898. Windows color (decimal): -10371736 or 6864225. OLE color: 6864225.

HSL color Cylindrical-coordinate representation of color #61BD68: hue angle of 124.57º 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 #61BD68 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB97189104-
CMYK0.4900.450.26
HSL124.57º41.07%56.08%-
HSV(B)124.57º48.68%74.12%-
XYZ25.6339.9419.45-
YUV151.8101.0288.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 189 (74.22% from 255) = 48.46%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=24.87%
G=48.46%
B=26.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971891040.4900.450.26124.5741.0756.08
Hex61BD683102D1A7d2938
Octal14127515061055321755170
Binary11000011011110111010001100010101101110101111101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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