#65c479

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

Shades of Fern #65C479

Tints of Fern #65C479

Color information

#65C479 (or 0x65C479) is unknown color: approx Fern. HEX triplet: 65, C4 and 79. RGB value is (101,196,121). Sum of RGB (Red+Green+Blue) = 101+196+121=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #65C479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C479 is #9A3B86. Grayscale: #9F9F9F. Windows color (decimal): -10107783 or 7980133. OLE color: 7980133.

HSL color Cylindrical-coordinate representation of color #65C479: hue angle of 132.63º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C479 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB101196121-
CMYK0.4800.380.23
HSL132.63º44.6%58.24%-
HSV(B)132.63º48.47%76.86%-
XYZ28.5643.6325-
YUV159.04106.5386.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.16%
GREEN value IS 196 (76.95% from 255) = 46.89%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=24.16%
G=46.89%
B=28.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1011961210.4800.380.23132.6344.658.24
Hex65C4793002617852d3a
Octal14530417160046272055572
Binary110010111000100111100111000001001101011110000101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65c479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,196,121); }

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

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

 a { background-color: rgb(101,196,121); }

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

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

 span { border-color: rgb(101,196,121); }

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