#65B264

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

Shades of Fern #65B264

Tints of Fern #65B264

Color information

#65B264 (or 0x65B264) is unknown color: approx Fern. HEX triplet: 65, B2 and 64. RGB value is (101,178,100). Sum of RGB (Red+Green+Blue) = 101+178+100=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #65B264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B264 is #9A4D9B. Grayscale: #929292. Windows color (decimal): -10112412 or 6599269. OLE color: 6599269.

HSL color Cylindrical-coordinate representation of color #65B264: hue angle of 119.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B264 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB101178100-
CMYK0.4300.440.30
HSL119.23º33.62%54.51%-
HSV(B)119.23º43.82%69.8%-
XYZ23.5935.5317.67-
YUV146.08101.9995.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 178 (69.92% from 255) = 46.97%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=26.65%
G=46.97%
B=26.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011781000.4300.440.30119.2333.6254.51
Hex65B2642B02C1E772237
Octal14526214453054361674267
Binary11001011011001011001001010110101100111101110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,178,100); }

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

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

 a { background-color: rgb(101,178,100); }

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

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

 span { border-color: rgb(101,178,100); }

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