Html Css Color HEX #64E674 Pastel Green

📋 copy color: '#64E674'

red 100 ◦ green 230 ◦ blue 116

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

Shades of Pastel Green #64E674

Tints of Pastel Green #64E674

RGB

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

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

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

R = 22.42%
G = 51.57%
B = 26.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#64E674 (or 0x64E674) is known color: Pastel Green. HEX triplet: 64, E6 and 74. RGB value is (100,230,116). Sum of RGB (Red+Green+Blue) = 100+230+116=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #64E674 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E674 is #9B198B. Grayscale: #B2B2B2. Windows color (decimal): -10164620 or 7661156. OLE color: 7661156.

HSL color Cylindrical-coordinate representation of color #64E674: hue angle of 127.38º 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 #64E674 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 230 116 -
CMYK 0.57 0 0.50 0.10
HSL 127.38º 0.72% 0.65% -
HSV(B) 127.38º 0.57% 0.9% -
XYZ 36.7 60.56 26.28 -
YUV 178.13 92.93 72.27 -
System Red Green Blue C M Y K H S L
Decimal 100 230 116 0.57 0 0.50 0.10 127.38 0.72 0.65
Hex 64 E6 74 39 0 32 A 7F 48 41
Octal 144 346 164 71 0 62 12 177 110 101
Binary 1100100 11100110 1110100 111001 0 110010 1010 1111111 1001000 1000001

Color Harmonies of #64E674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E674

Black with #64E674

Text Example


Text Example

White with #64E674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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