Html Css Color HEX #64E770 Pastel Green

📋 copy color: '#64E770'

red 100 ◦ green 231 ◦ blue 112

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

Shades of Pastel Green #64E770

Tints of Pastel Green #64E770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.14%

 BLUE value IS 112 (44.14% from 255) = 25.28%

R = 22.57%
G = 52.14%
B = 25.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#64E770 (or 0x64E770) is known color: Pastel Green. HEX triplet: 64, E7 and 70. RGB value is (100,231,112). Sum of RGB (Red+Green+Blue) = 100+231+112=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #64E770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E770 is #9B188F. Grayscale: #B2B2B2. Windows color (decimal): -10164368 or 7399268. OLE color: 7399268.

HSL color Cylindrical-coordinate representation of color #64E770: hue angle of 125.5º degrees, saturation: 0.73, 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 #64E770 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 231 112 -
CMYK 0.57 0 0.52 0.09
HSL 125.5º 0.73% 0.65% -
HSV(B) 125.5º 0.57% 0.91% -
XYZ 36.76 61.03 25.17 -
YUV 178.27 90.6 72.18 -
System Red Green Blue C M Y K H S L
Decimal 100 231 112 0.57 0 0.52 0.09 125.5 0.73 0.65
Hex 64 E7 70 39 0 34 9 7D 49 41
Octal 144 347 160 71 0 64 11 175 111 101
Binary 1100100 11100111 1110000 111001 0 110100 1001 1111101 1001001 1000001

Color Harmonies of #64E770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E770

Black with #64E770

Text Example


Text Example

White with #64E770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,231,112); }

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

background-color css

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

 a { background-color: rgb(100,231,112); }

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

border-color css

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

 span { border-color: rgb(100,231,112); }

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