#65C071

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

Shades of Fern #65C071

Tints of Fern #65C071

Color information

#65C071 (or 0x65C071) is unknown color: approx Fern. HEX triplet: 65, C0 and 71. RGB value is (101,192,113). Sum of RGB (Red+Green+Blue) = 101+192+113=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #65C071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C071 is #9A3F8E. Grayscale: #9C9C9C. Windows color (decimal): -10108815 or 7454821. OLE color: 7454821.

HSL color Cylindrical-coordinate representation of color #65C071: hue angle of 127.91º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65C071 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB101192113-
CMYK0.4700.410.25
HSL127.91º41.94%57.45%-
HSV(B)127.91º47.4%75.29%-
XYZ27.241.6622.23-
YUV155.78103.8588.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 192 (75.39% from 255) = 47.29%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=24.88%
G=47.29%
B=27.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011921130.4700.410.25127.9141.9457.45
Hex65C0712F02919802a39
Octal14530016157051312005271
Binary110010111000000111000110111101010011100110000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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