Html Css Color HEX #64E175 Pastel Green

📋 copy color: '#64E175'

red 100 ◦ green 225 ◦ blue 117

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

Shades of Pastel Green #64E175

Tints of Pastel Green #64E175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.47%

R = 22.62%
G = 50.9%
B = 26.47%

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

#64E175 (or 0x64E175) is known color: Pastel Green. HEX triplet: 64, E1 and 75. RGB value is (100,225,117). Sum of RGB (Red+Green+Blue) = 100+225+117=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #64E175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E175 is #9B1E8A. Grayscale: #AFAFAF. Windows color (decimal): -10165899 or 7725412. OLE color: 7725412.

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

Color convert

RGB 100 225 117 -
CMYK 0.56 0 0.48 0.12
HSL 128.16º 0.68% 0.64% -
HSV(B) 128.16º 0.56% 0.88% -
XYZ 35.39 57.84 26.13 -
YUV 175.31 95.09 74.28 -
System Red Green Blue C M Y K H S L
Decimal 100 225 117 0.56 0 0.48 0.12 128.16 0.68 0.64
Hex 64 E1 75 38 0 30 C 80 44 40
Octal 144 341 165 70 0 60 14 200 104 100
Binary 1100100 11100001 1110101 111000 0 110000 1100 10000000 1000100 1000000

Color Harmonies of #64E175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E175

Black with #64E175

Text Example


Text Example

White with #64E175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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