Html Css Color HEX #64E675 Pastel Green

📋 copy color: '#64E675'

red 100 ◦ green 230 ◦ blue 117

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

Shades of Pastel Green #64E675

Tints of Pastel Green #64E675

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.45%

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

R = 22.37%
G = 51.45%
B = 26.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#64E675 (or 0x64E675) is known color: Pastel Green. HEX triplet: 64, E6 and 75. RGB value is (100,230,117). Sum of RGB (Red+Green+Blue) = 100+230+117=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #64E675 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E675 is #9B198A. Grayscale: #B2B2B2. Windows color (decimal): -10164619 or 7726692. OLE color: 7726692.

HSL color Cylindrical-coordinate representation of color #64E675: hue angle of 127.85º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E675 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 230 117 -
CMYK 0.57 0 0.49 0.10
HSL 127.85º 0.72% 0.65% -
HSV(B) 127.85º 0.57% 0.9% -
XYZ 36.76 60.59 26.59 -
YUV 178.25 93.43 72.19 -
System Red Green Blue C M Y K H S L
Decimal 100 230 117 0.57 0 0.49 0.10 127.85 0.72 0.65
Hex 64 E6 75 39 0 31 A 80 48 41
Octal 144 346 165 71 0 61 12 200 110 101
Binary 1100100 11100110 1110101 111001 0 110001 1010 10000000 1001000 1000001

Color Harmonies of #64E675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E675

Black with #64E675

Text Example


Text Example

White with #64E675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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