Html Css Color HEX #64BC6D Fern

📋 copy color: '#64BC6D'

red 100 ◦ green 188 ◦ blue 109

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

Shades of Fern #64BC6D

Tints of Fern #64BC6D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.36%

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

R = 25.19%
G = 47.36%
B = 27.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#64BC6D (or 0x64BC6D) is known color: Fern. HEX triplet: 64, BC and 6D. RGB value is (100,188,109). Sum of RGB (Red+Green+Blue) = 100+188+109=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC6D is #9B4392. Grayscale: #989898. Windows color (decimal): -10175379 or 7191652. OLE color: 7191652.

HSL color Cylindrical-coordinate representation of color #64BC6D: hue angle of 126.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC6D is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 188 109 -
CMYK 0.47 0 0.42 0.26
HSL 126.14º 0.4% 0.56% -
HSV(B) 126.14º 0.47% 0.74% -
XYZ 26 39.78 20.78 -
YUV 152.68 103.35 90.42 -
System Red Green Blue C M Y K H S L
Decimal 100 188 109 0.47 0 0.42 0.26 126.14 0.4 0.56
Hex 64 BC 6D 2F 0 2A 1A 7E 28 38
Octal 144 274 155 57 0 52 32 176 50 70
Binary 1100100 10111100 1101101 101111 0 101010 11010 1111110 101000 111000

Color Harmonies of #64BC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC6D

Black with #64BC6D

Text Example


Text Example

White with #64BC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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