Html Css Color HEX #64E174 Pastel Green

📋 copy color: '#64E174'

red 100 ◦ green 225 ◦ blue 116

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

Shades of Pastel Green #64E174

Tints of Pastel Green #64E174

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.02%

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

R = 22.68%
G = 51.02%
B = 26.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#64E174 (or 0x64E174) is known color: Pastel Green. HEX triplet: 64, E1 and 74. RGB value is (100,225,116). Sum of RGB (Red+Green+Blue) = 100+225+116=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #64E174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E174 is #9B1E8B. Grayscale: #AFAFAF. Windows color (decimal): -10165900 or 7659876. OLE color: 7659876.

HSL color Cylindrical-coordinate representation of color #64E174: hue angle of 127.68º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E174 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 116 -
CMYK 0.56 0 0.48 0.12
HSL 127.68º 0.68% 0.64% -
HSV(B) 127.68º 0.56% 0.88% -
XYZ 35.33 57.82 25.82 -
YUV 175.2 94.59 74.36 -
System Red Green Blue C M Y K H S L
Decimal 100 225 116 0.56 0 0.48 0.12 127.68 0.68 0.64
Hex 64 E1 74 38 0 30 C 80 44 40
Octal 144 341 164 70 0 60 14 200 104 100
Binary 1100100 11100001 1110100 111000 0 110000 1100 10000000 1000100 1000000

Color Harmonies of #64E174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E174

Black with #64E174

Text Example


Text Example

White with #64E174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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