Html Css Color HEX #64B95C Fern

📋 copy color: '#64B95C'

red 100 ◦ green 185 ◦ blue 92

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

Shades of Fern #64B95C

Tints of Fern #64B95C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.07%

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 26.53%
G = 49.07%
B = 24.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#64B95C (or 0x64B95C) is known color: Fern. HEX triplet: 64, B9 and 5C. RGB value is (100,185,92). Sum of RGB (Red+Green+Blue) = 100+185+92=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #64B95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B95C is #9B46A3. Grayscale: #959595. Windows color (decimal): -10176164 or 6076772. OLE color: 6076772.

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

Color convert

RGB 100 185 92 -
CMYK 0.46 0 0.50 0.27
HSL 114.84º 0.4% 0.54% -
HSV(B) 114.84º 0.5% 0.73% -
XYZ 24.54 38.18 16.2 -
YUV 148.98 95.84 93.06 -
System Red Green Blue C M Y K H S L
Decimal 100 185 92 0.46 0 0.50 0.27 114.84 0.4 0.54
Hex 64 B9 5C 2E 0 32 1B 73 28 36
Octal 144 271 134 56 0 62 33 163 50 66
Binary 1100100 10111001 1011100 101110 0 110010 11011 1110011 101000 110110

Color Harmonies of #64B95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B95C

Black with #64B95C

Text Example


Text Example

White with #64B95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,185,92); }

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

background-color css

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

 a { background-color: rgb(100,185,92); }

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

border-color css

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

 span { border-color: rgb(100,185,92); }

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