#65C37A

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

Shades of Fern #65C37A

Tints of Fern #65C37A

Color information

#65C37A (or 0x65C37A) is unknown color: approx Fern. HEX triplet: 65, C3 and 7A. RGB value is (101,195,122). Sum of RGB (Red+Green+Blue) = 101+195+122=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #65C37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C37A is #9A3C85. Grayscale: #9E9E9E. Windows color (decimal): -10108038 or 8045413. OLE color: 8045413.

HSL color Cylindrical-coordinate representation of color #65C37A: hue angle of 133.4º degrees, saturation: 0.44, 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 #65C37A is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB101195122-
CMYK0.4800.370.24
HSL133.4º43.93%58.04%-
HSV(B)133.4º48.21%76.47%-
XYZ28.3943.225.25-
YUV158.57107.3686.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.16%
GREEN value IS 195 (76.56% from 255) = 46.65%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=24.16%
G=46.65%
B=29.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951220.4800.370.24133.443.9358.04
Hex65C37A3002518852c3a
Octal14530317260045302055472
Binary110010111000011111101011000001001011100010000101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,195,122); }

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

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

 a { background-color: rgb(101,195,122); }

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

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

 span { border-color: rgb(101,195,122); }

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