Html Css Color HEX #64B45D Fern

📋 copy color: '#64B45D'

red 100 ◦ green 180 ◦ blue 93

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

Shades of Fern #64B45D

Tints of Fern #64B45D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.26%

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 26.81%
G = 48.26%
B = 24.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#64B45D (or 0x64B45D) is known color: Fern. HEX triplet: 64, B4 and 5D. RGB value is (100,180,93). Sum of RGB (Red+Green+Blue) = 100+180+93=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #64B45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B45D is #9B4BA2. Grayscale: #929292. Windows color (decimal): -10177443 or 6141028. OLE color: 6141028.

HSL color Cylindrical-coordinate representation of color #64B45D: hue angle of 115.17º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64B45D is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 180 93 -
CMYK 0.44 0 0.48 0.29
HSL 115.17º 0.37% 0.54% -
HSV(B) 115.17º 0.48% 0.71% -
XYZ 23.55 36.14 16.09 -
YUV 146.16 98 95.07 -
System Red Green Blue C M Y K H S L
Decimal 100 180 93 0.44 0 0.48 0.29 115.17 0.37 0.54
Hex 64 B4 5D 2C 0 30 1D 73 25 36
Octal 144 264 135 54 0 60 35 163 45 66
Binary 1100100 10110100 1011101 101100 0 110000 11101 1110011 100101 110110

Color Harmonies of #64B45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B45D

Black with #64B45D

Text Example


Text Example

White with #64B45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,180,93); }

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

background-color css

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

 a { background-color: rgb(100,180,93); }

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

border-color css

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

 span { border-color: rgb(100,180,93); }

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