#65CA71

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

Shades of Fern #65CA71

Tints of Fern #65CA71

Color information

#65CA71 (or 0x65CA71) is unknown color: approx Fern. HEX triplet: 65, CA and 71. RGB value is (101,202,113). Sum of RGB (Red+Green+Blue) = 101+202+113=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CA71 is #9A358E. Grayscale: #A1A1A1. Windows color (decimal): -10106255 or 7457381. OLE color: 7457381.

HSL color Cylindrical-coordinate representation of color #65CA71: hue angle of 127.13º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CA71 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB101202113-
CMYK0.5000.440.21
HSL127.13º48.79%59.41%-
HSV(B)127.13º50%79.22%-
XYZ29.4746.222.99-
YUV161.66100.5484.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=24.28%
G=48.56%
B=27.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012021130.5000.440.21127.1348.7959.41
Hex65CA713202C157f313b
Octal14531216162054251776173
Binary11001011100101011100011100100101100101011111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,202,113); }

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

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

 a { background-color: rgb(101,202,113); }

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

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

 span { border-color: rgb(101,202,113); }

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