#61BE66

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

Shades of Fern #61BE66

Tints of Fern #61BE66

Color information

#61BE66 (or 0x61BE66) is unknown color: approx Fern. HEX triplet: 61, BE and 66. RGB value is (97,190,102). Sum of RGB (Red+Green+Blue) = 97+190+102=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BE66 is #9E4199. Grayscale: #989898. Windows color (decimal): -10371482 or 6733409. OLE color: 6733409.

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

Color convert

RGB97190102-
CMYK0.4900.460.25
HSL123.23º41.7%56.27%-
HSV(B)123.23º48.95%74.51%-
XYZ25.7440.3319-
YUV152.1699.6988.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 190 (74.61% from 255) = 48.84%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=24.94%
G=48.84%
B=26.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971901020.4900.460.25123.2341.756.27
Hex61BE663102E197b2a38
Octal14127614661056311735270
Binary11000011011111011001101100010101110110011111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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