#65BF6E

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

Shades of Fern #65BF6E

Tints of Fern #65BF6E

Color information

#65BF6E (or 0x65BF6E) is unknown color: approx Fern. HEX triplet: 65, BF and 6E. RGB value is (101,191,110). Sum of RGB (Red+Green+Blue) = 101+191+110=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BF6E is #9A4091. Grayscale: #9B9B9B. Windows color (decimal): -10109074 or 7257957. OLE color: 7257957.

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

Color convert

RGB101191110-
CMYK0.4700.420.25
HSL126º41.28%57.25%-
HSV(B)126º47.12%74.9%-
XYZ26.8141.1521.28-
YUV154.86102.6889.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=25.12%
G=47.51%
B=27.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011911100.4700.420.2512641.2857.25
Hex65BF6E2F02A197e2939
Octal14527715657052311765171
Binary11001011011111111011101011110101010110011111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BF6E; }

 p { color: rgb(101,191,110); }

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

<style>
 a { background-color: #65BF6E; }

 a { background-color: rgb(101,191,110); }

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

<style>
 span { border-color: #65BF6E; }

 span { border-color: rgb(101,191,110); }

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