#65C266

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

Shades of Fern #65C266

Tints of Fern #65C266

Color information

#65C266 (or 0x65C266) is unknown color: approx Fern. HEX triplet: 65, C2 and 66. RGB value is (101,194,102). Sum of RGB (Red+Green+Blue) = 101+194+102=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #65C266 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C266 is #9A3D99. Grayscale: #9B9B9B. Windows color (decimal): -10108314 or 6734437. OLE color: 6734437.

HSL color Cylindrical-coordinate representation of color #65C266: hue angle of 120.65º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C266 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB101194102-
CMYK0.4800.470.24
HSL120.65º43.26%57.84%-
HSV(B)120.65º47.94%76.08%-
XYZ27.0642.3119.31-
YUV155.797.6988.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=25.44%
G=48.87%
B=25.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011941020.4800.470.24120.6543.2657.84
Hex65C2663002F18792b3a
Octal14530214660057301715372
Binary11001011100001011001101100000101111110001111001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,194,102); }

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

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

 a { background-color: rgb(101,194,102); }

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

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

 span { border-color: rgb(101,194,102); }

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