Html Css Color HEX #64C174 Fern

📋 copy color: '#64C174'

red 100 ◦ green 193 ◦ blue 116

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

Shades of Fern #64C174

Tints of Fern #64C174

RGB

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

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

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

R = 24.45%
G = 47.19%
B = 28.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#64C174 (or 0x64C174) is known color: Fern. HEX triplet: 64, C1 and 74. RGB value is (100,193,116). Sum of RGB (Red+Green+Blue) = 100+193+116=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #64C174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C174 is #9B3E8B. Grayscale: #9C9C9C. Windows color (decimal): -10174092 or 7651684. OLE color: 7651684.

HSL color Cylindrical-coordinate representation of color #64C174: hue angle of 130.32º 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 #64C174 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 116 -
CMYK 0.48 0 0.40 0.24
HSL 130.32º 0.43% 0.57% -
HSV(B) 130.32º 0.48% 0.76% -
XYZ 27.48 42.11 23.2 -
YUV 156.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 100 193 116 0.48 0 0.40 0.24 130.32 0.43 0.57
Hex 64 C1 74 30 0 28 18 82 2B 39
Octal 144 301 164 60 0 50 30 202 53 71
Binary 1100100 11000001 1110100 110000 0 101000 11000 10000010 101011 111001

Color Harmonies of #64C174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C174

Black with #64C174

Text Example


Text Example

White with #64C174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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