#65CA6D

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

Shades of Fern #65CA6D

Tints of Fern #65CA6D

Color information

#65CA6D (or 0x65CA6D) is unknown color: approx Fern. HEX triplet: 65, CA and 6D. RGB value is (101,202,109). Sum of RGB (Red+Green+Blue) = 101+202+109=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CA6D is #9A3592. Grayscale: #A1A1A1. Windows color (decimal): -10106259 or 7195237. OLE color: 7195237.

HSL color Cylindrical-coordinate representation of color #65CA6D: hue angle of 124.75º 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 #65CA6D is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB101202109-
CMYK0.5000.460.21
HSL124.75º48.79%59.41%-
HSV(B)124.75º50%79.22%-
XYZ29.2546.1121.83-
YUV161.298.5485.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 202 (79.30% from 255) = 49.03%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=24.51%
G=49.03%
B=26.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012021090.5000.460.21124.7548.7959.41
Hex65CA6D3202E157d313b
Octal14531215562056251756173
Binary11001011100101011011011100100101110101011111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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