Html Css Color HEX #64E875 Pastel Green

📋 copy color: '#64E875'

red 100 ◦ green 232 ◦ blue 117

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

Shades of Pastel Green #64E875

Tints of Pastel Green #64E875

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.67%

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

R = 22.27%
G = 51.67%
B = 26.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#64E875 (or 0x64E875) is known color: Pastel Green. HEX triplet: 64, E8 and 75. RGB value is (100,232,117). Sum of RGB (Red+Green+Blue) = 100+232+117=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 232 (91.02% from 255 or 51.67% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 232 - color contains mainly: green. Hex color #64E875 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E875 is #9B178A. Grayscale: #B3B3B3. Windows color (decimal): -10164107 or 7727204. OLE color: 7727204.

HSL color Cylindrical-coordinate representation of color #64E875: hue angle of 127.73º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E875 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 232 117 -
CMYK 0.57 0 0.50 0.09
HSL 127.73º 0.74% 0.65% -
HSV(B) 127.73º 0.57% 0.91% -
XYZ 37.32 61.71 26.77 -
YUV 179.42 92.77 71.35 -
System Red Green Blue C M Y K H S L
Decimal 100 232 117 0.57 0 0.50 0.09 127.73 0.74 0.65
Hex 64 E8 75 39 0 32 9 80 4A 41
Octal 144 350 165 71 0 62 11 200 112 101
Binary 1100100 11101000 1110101 111001 0 110010 1001 10000000 1001010 1000001

Color Harmonies of #64E875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E875

Black with #64E875

Text Example


Text Example

White with #64E875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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