Html Css Color HEX #64BA6D Fern

📋 copy color: '#64BA6D'

red 100 ◦ green 186 ◦ blue 109

#64BA6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #64BA6D

Tints of Fern #64BA6D

RGB

 RED value IS 100 (39.45% from 255) = 25.32%

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 25.32%
G = 47.09%
B = 27.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#64BA6D (or 0x64BA6D) is known color: Fern. HEX triplet: 64, BA and 6D. RGB value is (100,186,109). Sum of RGB (Red+Green+Blue) = 100+186+109=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA6D is #9B4592. Grayscale: #979797. Windows color (decimal): -10175891 or 7191140. OLE color: 7191140.

HSL color Cylindrical-coordinate representation of color #64BA6D: hue angle of 126.28º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BA6D is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 186 109 -
CMYK 0.46 0 0.41 0.27
HSL 126.28º 0.38% 0.56% -
HSV(B) 126.28º 0.46% 0.73% -
XYZ 25.57 38.93 20.63 -
YUV 151.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 100 186 109 0.46 0 0.41 0.27 126.28 0.38 0.56
Hex 64 BA 6D 2E 0 29 1B 7E 26 38
Octal 144 272 155 56 0 51 33 176 46 70
Binary 1100100 10111010 1101101 101110 0 101001 11011 1111110 100110 111000

Color Harmonies of #64BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BA6D

Black with #64BA6D

Text Example


Text Example

White with #64BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,186,109); }

 H1.HeaderClassName
 {
   color: #64BA6D;
 }
 .AnyTagClassName
 {
   color: #64BA6D;
 }
</style>

background-color css

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

 a { background-color: rgb(100,186,109); }

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

border-color css

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

 span { border-color: rgb(100,186,109); }

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