Html Css Color HEX #64C374 Fern

📋 copy color: '#64C374'

red 100 ◦ green 195 ◦ blue 116

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

Shades of Fern #64C374

Tints of Fern #64C374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

 BLUE value IS 116 (45.7% from 255) = 28.22%

R = 24.33%
G = 47.45%
B = 28.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#64C374 (or 0x64C374) is known color: Fern. HEX triplet: 64, C3 and 74. RGB value is (100,195,116). Sum of RGB (Red+Green+Blue) = 100+195+116=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #64C374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C374 is #9B3C8B. Grayscale: #9D9D9D. Windows color (decimal): -10173580 or 7652196. OLE color: 7652196.

HSL color Cylindrical-coordinate representation of color #64C374: hue angle of 130.11º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C374 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 116 -
CMYK 0.49 0 0.41 0.24
HSL 130.11º 0.44% 0.58% -
HSV(B) 130.11º 0.49% 0.76% -
XYZ 27.92 43 23.35 -
YUV 157.59 104.53 86.92 -
System Red Green Blue C M Y K H S L
Decimal 100 195 116 0.49 0 0.41 0.24 130.11 0.44 0.58
Hex 64 C3 74 31 0 29 18 82 2C 3A
Octal 144 303 164 61 0 51 30 202 54 72
Binary 1100100 11000011 1110100 110001 0 101001 11000 10000010 101100 111010

Color Harmonies of #64C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C374

Black with #64C374

Text Example


Text Example

White with #64C374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,195,116); }

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

background-color css

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

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

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

border-color css

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

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

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