#65BF60

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

Shades of Fern #65BF60

Tints of Fern #65BF60

Color information

#65BF60 (or 0x65BF60) is unknown color: approx Fern. HEX triplet: 65, BF and 60. RGB value is (101,191,96). Sum of RGB (Red+Green+Blue) = 101+191+96=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BF60 is #9A409F. Grayscale: #999999. Windows color (decimal): -10109088 or 6340453. OLE color: 6340453.

HSL color Cylindrical-coordinate representation of color #65BF60: hue angle of 116.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65BF60 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB10119196-
CMYK0.4700.500.25
HSL116.84º42.6%56.27%-
HSV(B)116.84º49.74%74.9%-
XYZ26.1140.8717.58-
YUV153.2695.6890.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 191 (75% from 255) = 49.23%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=26.03%
G=49.23%
B=24.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101191960.4700.500.25116.8442.656.27
Hex65BF602F03219752b38
Octal14527714057062311655370
Binary11001011011111111000001011110110010110011110101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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