Html Css Color HEX #64E07E Pastel Green

📋 copy color: '#64E07E'

red 100 ◦ green 224 ◦ blue 126

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

Shades of Pastel Green #64E07E

Tints of Pastel Green #64E07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28%

R = 22.22%
G = 49.78%
B = 28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#64E07E (or 0x64E07E) is known color: Pastel Green. HEX triplet: 64, E0 and 7E. RGB value is (100,224,126). Sum of RGB (Red+Green+Blue) = 100+224+126=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #64E07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E07E is #9B1F81. Grayscale: #B0B0B0. Windows color (decimal): -10166146 or 8314980. OLE color: 8314980.

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

Color convert

RGB 100 224 126 -
CMYK 0.55 0 0.44 0.12
HSL 132.58º 0.67% 0.64% -
HSV(B) 132.58º 0.55% 0.88% -
XYZ 35.68 57.53 28.96 -
YUV 175.75 99.92 73.97 -
System Red Green Blue C M Y K H S L
Decimal 100 224 126 0.55 0 0.44 0.12 132.58 0.67 0.64
Hex 64 E0 7E 37 0 2C C 85 43 40
Octal 144 340 176 67 0 54 14 205 103 100
Binary 1100100 11100000 1111110 110111 0 101100 1100 10000101 1000011 1000000

Color Harmonies of #64E07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E07E

Black with #64E07E

Text Example


Text Example

White with #64E07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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