#65C168

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

Shades of Fern #65C168

Tints of Fern #65C168

Color information

#65C168 (or 0x65C168) is unknown color: approx Fern. HEX triplet: 65, C1 and 68. RGB value is (101,193,104). Sum of RGB (Red+Green+Blue) = 101+193+104=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #65C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C168 is #9A3E97. Grayscale: #9B9B9B. Windows color (decimal): -10108568 or 6865253. OLE color: 6865253.

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

Color convert

RGB101193104-
CMYK0.4800.460.24
HSL121.96º42.59%57.65%-
HSV(B)121.96º47.67%75.69%-
XYZ26.9441.9119.77-
YUV155.3599.0289.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=25.38%
G=48.49%
B=26.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011931040.4800.460.24121.9642.5957.65
Hex65C1683002E187a2b3a
Octal14530115060056301725372
Binary11001011100000111010001100000101110110001111010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,193,104); }

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

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

 a { background-color: rgb(101,193,104); }

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

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

 span { border-color: rgb(101,193,104); }

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