Html Css Color HEX #64C164 Fern

📋 copy color: '#64C164'

red 100 ◦ green 193 ◦ blue 100

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

Shades of Fern #64C164

Tints of Fern #64C164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.11%

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 25.45%
G = 49.11%
B = 25.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#64C164 (or 0x64C164) is known color: Fern. HEX triplet: 64, C1 and 64. RGB value is (100,193,100). Sum of RGB (Red+Green+Blue) = 100+193+100=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #64C164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C164 is #9B3E9B. Grayscale: #9A9A9A. Windows color (decimal): -10174108 or 6603108. OLE color: 6603108.

HSL color Cylindrical-coordinate representation of color #64C164: hue angle of 120º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C164 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 100 -
CMYK 0.48 0 0.48 0.24
HSL 120º 0.43% 0.57% -
HSV(B) 120º 0.48% 0.76% -
XYZ 26.63 41.77 18.72 -
YUV 154.59 97.19 89.06 -
System Red Green Blue C M Y K H S L
Decimal 100 193 100 0.48 0 0.48 0.24 120 0.43 0.57
Hex 64 C1 64 30 0 30 18 78 2B 39
Octal 144 301 144 60 0 60 30 170 53 71
Binary 1100100 11000001 1100100 110000 0 110000 11000 1111000 101011 111001

Color Harmonies of #64C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C164

Black with #64C164

Text Example


Text Example

White with #64C164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,193,100); }

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

background-color css

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

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

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

border-color css

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

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

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