#65bf5f

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

Shades of Fern #65BF5F

Tints of Fern #65BF5F

Color information

#65BF5F (or 0x65BF5F) is unknown color: approx Fern. HEX triplet: 65, BF and 5F. RGB value is (101,191,95). Sum of RGB (Red+Green+Blue) = 101+191+95=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BF5F is #9A40A0. Grayscale: #999999. Windows color (decimal): -10109089 or 6274917. OLE color: 6274917.

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

Color convert

RGB10119195-
CMYK0.4700.500.25
HSL116.25º42.86%56.08%-
HSV(B)116.25º50.26%74.9%-
XYZ26.0640.8517.34-
YUV153.1595.1890.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 191 (75% from 255) = 49.35%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=26.10%
G=49.35%
B=24.55%

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
Decimal101191950.4700.500.25116.2542.8656.08
Hex65BF5F2F03219742b38
Octal14527713757062311645370
Binary11001011011111110111111011110110010110011110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65bf5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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