#64BE6A

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

Shades of Fern #64BE6A

Tints of Fern #64BE6A

Color information

#64BE6A (or 0x64BE6A) is unknown color: approx Fern. HEX triplet: 64, BE and 6A. RGB value is (100,190,106). Sum of RGB (Red+Green+Blue) = 100+190+106=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE6A is #9B4195. Grayscale: #999999. Windows color (decimal): -10174870 or 6995556. OLE color: 6995556.

HSL color Cylindrical-coordinate representation of color #64BE6A: hue angle of 124º 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 #64BE6A is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB100190106-
CMYK0.4700.440.25
HSL124º40.91%56.86%-
HSV(B)124º47.37%74.51%-
XYZ26.2740.5820.08-
YUV153.51101.1889.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 190 (74.61% from 255) = 47.98%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=25.25%
G=47.98%
B=26.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901060.4700.440.2512440.9156.86
Hex64BE6A2F02C197c2939
Octal14427615257054311745171
Binary11001001011111011010101011110101100110011111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BE6A; }

 p { color: rgb(100,190,106); }

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

<style>
 a { background-color: #64BE6A; }

 a { background-color: rgb(100,190,106); }

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

<style>
 span { border-color: #64BE6A; }

 span { border-color: rgb(100,190,106); }

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