#61BE64

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

Shades of Fern #61BE64

Tints of Fern #61BE64

Color information

#61BE64 (or 0x61BE64) is unknown color: approx Fern. HEX triplet: 61, BE and 64. RGB value is (97,190,100). Sum of RGB (Red+Green+Blue) = 97+190+100=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BE64 is #9E419B. Grayscale: #989898. Windows color (decimal): -10371484 or 6602337. OLE color: 6602337.

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

Color convert

RGB97190100-
CMYK0.4900.470.25
HSL121.94º41.7%56.27%-
HSV(B)121.94º48.95%74.51%-
XYZ25.6440.2918.48-
YUV151.9398.6988.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 190 (74.61% from 255) = 49.10%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=25.06%
G=49.10%
B=25.84%

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
Decimal971901000.4900.470.25121.9441.756.27
Hex61BE643102F197a2a38
Octal14127614461057311725270
Binary11000011011111011001001100010101111110011111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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