Html Css Color HEX #64E070 Pastel Green

📋 copy color: '#64E070'

red 100 ◦ green 224 ◦ blue 112

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

Shades of Pastel Green #64E070

Tints of Pastel Green #64E070

RGB

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

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

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

R = 22.94%
G = 51.38%
B = 25.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#64E070 (or 0x64E070) is known color: Pastel Green. HEX triplet: 64, E0 and 70. RGB value is (100,224,112). Sum of RGB (Red+Green+Blue) = 100+224+112=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #64E070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E070 is #9B1F8F. Grayscale: #AEAEAE. Windows color (decimal): -10166160 or 7397476. OLE color: 7397476.

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

Color convert

RGB 100 224 112 -
CMYK 0.55 0 0.50 0.12
HSL 125.81º 0.67% 0.64% -
HSV(B) 125.81º 0.55% 0.88% -
XYZ 34.84 57.19 24.53 -
YUV 174.16 92.92 75.11 -
System Red Green Blue C M Y K H S L
Decimal 100 224 112 0.55 0 0.50 0.12 125.81 0.67 0.64
Hex 64 E0 70 37 0 32 C 7E 43 40
Octal 144 340 160 67 0 62 14 176 103 100
Binary 1100100 11100000 1110000 110111 0 110010 1100 1111110 1000011 1000000

Color Harmonies of #64E070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E070

Black with #64E070

Text Example


Text Example

White with #64E070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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