#65c378

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

Shades of Fern #65C378

Tints of Fern #65C378

Color information

#65C378 (or 0x65C378) is unknown color: approx Fern. HEX triplet: 65, C3 and 78. RGB value is (101,195,120). Sum of RGB (Red+Green+Blue) = 101+195+120=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #65C378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C378 is #9A3C87. Grayscale: #9E9E9E. Windows color (decimal): -10108040 or 7914341. OLE color: 7914341.

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

Color convert

RGB101195120-
CMYK0.4800.380.24
HSL132.13º43.93%58.04%-
HSV(B)132.13º48.21%76.47%-
XYZ28.2743.1524.61-
YUV158.34106.3687.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 195 (76.56% from 255) = 46.88%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=24.28%
G=46.88%
B=28.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951200.4800.380.24132.1343.9358.04
Hex65C3783002618842c3a
Octal14530317060046302045472
Binary110010111000011111100011000001001101100010000100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65c378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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