#65C370

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

Shades of Fern #65C370

Tints of Fern #65C370

Color information

#65C370 (or 0x65C370) is unknown color: approx Fern. HEX triplet: 65, C3 and 70. RGB value is (101,195,112). Sum of RGB (Red+Green+Blue) = 101+195+112=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #65C370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C370 is #9A3C8F. Grayscale: #9D9D9D. Windows color (decimal): -10108048 or 7390053. OLE color: 7390053.

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

Color convert

RGB101195112-
CMYK0.4800.430.24
HSL127.02º43.93%58.04%-
HSV(B)127.02º48.21%76.47%-
XYZ27.8142.9722.16-
YUV157.43102.3687.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.75%
GREEN value IS 195 (76.56% from 255) = 47.79%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=24.75%
G=47.79%
B=27.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951120.4800.430.24127.0243.9358.04
Hex65C3703002B187f2c3a
Octal14530316060053301775472
Binary11001011100001111100001100000101011110001111111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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