Html Css Color HEX #64BA5D Fern

📋 copy color: '#64BA5D'

red 100 ◦ green 186 ◦ blue 93

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

Shades of Fern #64BA5D

Tints of Fern #64BA5D

RGB

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

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

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

R = 26.39%
G = 49.08%
B = 24.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#64BA5D (or 0x64BA5D) is known color: Fern. HEX triplet: 64, BA and 5D. RGB value is (100,186,93). Sum of RGB (Red+Green+Blue) = 100+186+93=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA5D is #9B45A2. Grayscale: #959595. Windows color (decimal): -10175907 or 6142564. OLE color: 6142564.

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

Color convert

RGB 100 186 93 -
CMYK 0.46 0 0.5 0.27
HSL 115.48º 0.4% 0.55% -
HSV(B) 115.48º 0.5% 0.73% -
XYZ 24.79 38.62 16.5 -
YUV 149.68 96.01 92.56 -
System Red Green Blue C M Y K H S L
Decimal 100 186 93 0.46 0 0.5 0.27 115.48 0.4 0.55
Hex 64 BA 5D 2E 0 32 1B 73 28 37
Octal 144 272 135 56 0 62 33 163 50 67
Binary 1100100 10111010 1011101 101110 0 110010 11011 1110011 101000 110111

Color Harmonies of #64BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BA5D

Black with #64BA5D

Text Example


Text Example

White with #64BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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