Html Css Color HEX #64BA7D Fern

📋 copy color: '#64BA7D'

red 100 ◦ green 186 ◦ blue 125

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

Shades of Fern #64BA7D

Tints of Fern #64BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 24.33%
G = 45.26%
B = 30.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#64BA7D (or 0x64BA7D) is known color: Fern. HEX triplet: 64, BA and 7D. RGB value is (100,186,125). Sum of RGB (Red+Green+Blue) = 100+186+125=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA7D is #9B4582. Grayscale: #999999. Windows color (decimal): -10175875 or 8239716. OLE color: 8239716.

HSL color Cylindrical-coordinate representation of color #64BA7D: hue angle of 137.44º 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 #64BA7D is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 186 125 -
CMYK 0.46 0 0.33 0.27
HSL 137.44º 0.38% 0.56% -
HSV(B) 137.44º 0.46% 0.73% -
XYZ 26.52 39.31 25.59 -
YUV 153.33 112.01 89.96 -
System Red Green Blue C M Y K H S L
Decimal 100 186 125 0.46 0 0.33 0.27 137.44 0.38 0.56
Hex 64 BA 7D 2E 0 21 1B 89 26 38
Octal 144 272 175 56 0 41 33 211 46 70
Binary 1100100 10111010 1111101 101110 0 100001 11011 10001001 100110 111000

Color Harmonies of #64BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BA7D

Black with #64BA7D

Text Example


Text Example

White with #64BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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