#65BF5B

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

Shades of Fern #65BF5B

Tints of Fern #65BF5B

Color information

#65BF5B (or 0x65BF5B) is unknown color: approx Fern. HEX triplet: 65, BF and 5B. RGB value is (101,191,91). Sum of RGB (Red+Green+Blue) = 101+191+91=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BF5B is #9A40A4. Grayscale: #999999. Windows color (decimal): -10109093 or 6012773. OLE color: 6012773.

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

Color convert

RGB10119191-
CMYK0.4700.520.25
HSL114º43.86%55.29%-
HSV(B)114º52.36%74.9%-
XYZ25.8940.7816.41-
YUV152.6993.1891.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=26.37%
G=49.87%
B=23.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101191910.4700.520.2511443.8655.29
Hex65BF5B2F03419722c37
Octal14527713357064311625467
Binary11001011011111110110111011110110100110011110010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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