#65C270

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

Shades of Fern #65C270

Tints of Fern #65C270

Color information

#65C270 (or 0x65C270) is unknown color: approx Fern. HEX triplet: 65, C2 and 70. RGB value is (101,194,112). Sum of RGB (Red+Green+Blue) = 101+194+112=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #65C270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C270 is #9A3D8F. Grayscale: #9D9D9D. Windows color (decimal): -10108304 or 7389797. OLE color: 7389797.

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

Color convert

RGB101194112-
CMYK0.4800.420.24
HSL127.1º43.26%57.84%-
HSV(B)127.1º47.94%76.08%-
XYZ27.5842.5222.08-
YUV156.84102.6988.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 194 (76.17% from 255) = 47.67%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=24.82%
G=47.67%
B=27.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011941120.4800.420.24127.143.2657.84
Hex65C2703002A187f2b3a
Octal14530216060052301775372
Binary11001011100001011100001100000101010110001111111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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