#65C475

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

Shades of Fern #65C475

Tints of Fern #65C475

Color information

#65C475 (or 0x65C475) is unknown color: approx Fern. HEX triplet: 65, C4 and 75. RGB value is (101,196,117). Sum of RGB (Red+Green+Blue) = 101+196+117=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #65C475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C475 is #9A3B8A. Grayscale: #9E9E9E. Windows color (decimal): -10107787 or 7717989. OLE color: 7717989.

HSL color Cylindrical-coordinate representation of color #65C475: hue angle of 130.11º 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 #65C475 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB101196117-
CMYK0.4800.400.23
HSL130.11º44.6%58.24%-
HSV(B)130.11º48.47%76.86%-
XYZ28.3243.5323.74-
YUV158.59104.5386.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.40%
GREEN value IS 196 (76.95% from 255) = 47.34%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=24.40%
G=47.34%
B=28.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1011961170.4800.400.23130.1144.658.24
Hex65C4753002817822d3a
Octal14530416560050272025572
Binary110010111000100111010111000001010001011110000010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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