#65C27B

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

Shades of Fern #65C27B

Tints of Fern #65C27B

Color information

#65C27B (or 0x65C27B) is unknown color: approx Fern. HEX triplet: 65, C2 and 7B. RGB value is (101,194,123). Sum of RGB (Red+Green+Blue) = 101+194+123=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #65C27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C27B is #9A3D84. Grayscale: #9E9E9E. Windows color (decimal): -10108293 or 8110693. OLE color: 8110693.

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

Color convert

RGB101194123-
CMYK0.4800.370.24
HSL134.19º43.26%57.84%-
HSV(B)134.19º47.94%76.08%-
XYZ28.2342.7825.51-
YUV158.1108.1987.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.16%
GREEN value IS 194 (76.17% from 255) = 46.41%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=24.16%
G=46.41%
B=29.43%

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
Decimal1011941230.4800.370.24134.1943.2657.84
Hex65C27B3002518862b3a
Octal14530217360045302065372
Binary110010111000010111101111000001001011100010000110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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