Html Css Color HEX #64E072 Pastel Green

📋 copy color: '#64E072'

red 100 ◦ green 224 ◦ blue 114

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

Shades of Pastel Green #64E072

Tints of Pastel Green #64E072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.14%

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 22.83%
G = 51.14%
B = 26.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#64E072 (or 0x64E072) is known color: Pastel Green. HEX triplet: 64, E0 and 72. RGB value is (100,224,114). Sum of RGB (Red+Green+Blue) = 100+224+114=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #64E072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E072 is #9B1F8D. Grayscale: #AEAEAE. Windows color (decimal): -10166158 or 7528548. OLE color: 7528548.

HSL color Cylindrical-coordinate representation of color #64E072: hue angle of 126.77º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E072 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 224 114 -
CMYK 0.55 0 0.49 0.12
HSL 126.77º 0.67% 0.64% -
HSV(B) 126.77º 0.55% 0.88% -
XYZ 34.95 57.24 25.13 -
YUV 174.38 93.92 74.94 -
System Red Green Blue C M Y K H S L
Decimal 100 224 114 0.55 0 0.49 0.12 126.77 0.67 0.64
Hex 64 E0 72 37 0 31 C 7F 43 40
Octal 144 340 162 67 0 61 14 177 103 100
Binary 1100100 11100000 1110010 110111 0 110001 1100 1111111 1000011 1000000

Color Harmonies of #64E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E072

Black with #64E072

Text Example


Text Example

White with #64E072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,224,114); }

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

background-color css

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

 a { background-color: rgb(100,224,114); }

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

border-color css

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

 span { border-color: rgb(100,224,114); }

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