#65BE7A

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

Shades of Fern #65BE7A

Tints of Fern #65BE7A

Color information

#65BE7A (or 0x65BE7A) is unknown color: approx Fern. HEX triplet: 65, BE and 7A. RGB value is (101,190,122). Sum of RGB (Red+Green+Blue) = 101+190+122=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BE7A is #9A4185. Grayscale: #9B9B9B. Windows color (decimal): -10109318 or 8044133. OLE color: 8044133.

HSL color Cylindrical-coordinate representation of color #65BE7A: hue angle of 134.16º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BE7A is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB101190122-
CMYK0.4700.360.25
HSL134.16º40.64%57.06%-
HSV(B)134.16º46.84%74.51%-
XYZ27.294124.89-
YUV155.64109.0189.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.46%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=24.46%
G=46.00%
B=29.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901220.4700.360.25134.1640.6457.06
Hex65BE7A2F02419862939
Octal14527617257044312065171
Binary110010110111110111101010111101001001100110000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,190,122); }

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

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

 a { background-color: rgb(101,190,122); }

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

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

 span { border-color: rgb(101,190,122); }

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