#65D160

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

Shades of Fern #65D160

Tints of Fern #65D160

Color information

#65D160 (or 0x65D160) is unknown color: approx Fern. HEX triplet: 65, D1 and 60. RGB value is (101,209,96). Sum of RGB (Red+Green+Blue) = 101+209+96=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #65D160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D160 is #9A2E9F. Grayscale: #A4A4A4. Windows color (decimal): -10104480 or 6345061. OLE color: 6345061.

HSL color Cylindrical-coordinate representation of color #65D160: hue angle of 117.35º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65D160 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB10120996-
CMYK0.5200.540.18
HSL117.35º55.12%59.8%-
HSV(B)117.35º54.07%81.96%-
XYZ30.2849.2118.97-
YUV163.8389.7283.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 209 (82.03% from 255) = 51.48%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=24.88%
G=51.48%
B=23.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101209960.5200.540.18117.3555.1259.8
Hex65D160340361275373c
Octal14532114064066221656774
Binary11001011101000111000001101000110110100101110101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,209,96); }

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

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

 a { background-color: rgb(101,209,96); }

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

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

 span { border-color: rgb(101,209,96); }

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