#65C27C

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

Shades of Fern #65C27C

Tints of Fern #65C27C

Color information

#65C27C (or 0x65C27C) is unknown color: approx Fern. HEX triplet: 65, C2 and 7C. RGB value is (101,194,124). Sum of RGB (Red+Green+Blue) = 101+194+124=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #65C27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C27C is #9A3D83. Grayscale: #9E9E9E. Windows color (decimal): -10108292 or 8176229. OLE color: 8176229.

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

Color convert

RGB101194124-
CMYK0.4800.360.24
HSL134.84º43.26%57.84%-
HSV(B)134.84º47.94%76.08%-
XYZ28.342.8125.84-
YUV158.21108.6987.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.11%
GREEN value IS 194 (76.17% from 255) = 46.30%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=24.11%
G=46.30%
B=29.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011941240.4800.360.24134.8443.2657.84
Hex65C27C3002418872b3a
Octal14530217460044302075372
Binary110010111000010111110011000001001001100010000111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,194,124); }

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

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

 a { background-color: rgb(101,194,124); }

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

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

 span { border-color: rgb(101,194,124); }

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