#61BE65

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

Shades of Fern #61BE65

Tints of Fern #61BE65

Color information

#61BE65 (or 0x61BE65) is unknown color: approx Fern. HEX triplet: 61, BE and 65. RGB value is (97,190,101). Sum of RGB (Red+Green+Blue) = 97+190+101=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BE65 is #9E419A. Grayscale: #989898. Windows color (decimal): -10371483 or 6667873. OLE color: 6667873.

HSL color Cylindrical-coordinate representation of color #61BE65: hue angle of 122.58º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BE65 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB97190101-
CMYK0.4900.470.25
HSL122.58º41.7%56.27%-
HSV(B)122.58º48.95%74.51%-
XYZ25.6940.3118.74-
YUV152.0599.1988.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 190 (74.61% from 255) = 48.97%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=25%
G=48.97%
B=26.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971901010.4900.470.25122.5841.756.27
Hex61BE653102F197b2a38
Octal14127614561057311735270
Binary11000011011111011001011100010101111110011111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,190,101); }

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

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

 a { background-color: rgb(97,190,101); }

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

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

 span { border-color: rgb(97,190,101); }

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