Html Css Color HEX #64E07D Pastel Green

📋 copy color: '#64E07D'

red 100 ◦ green 224 ◦ blue 125

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

Shades of Pastel Green #64E07D

Tints of Pastel Green #64E07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 22.27%
G = 49.89%
B = 27.84%

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

#64E07D (or 0x64E07D) is known color: Pastel Green. HEX triplet: 64, E0 and 7D. RGB value is (100,224,125). Sum of RGB (Red+Green+Blue) = 100+224+125=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #64E07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E07D is #9B1F82. Grayscale: #AFAFAF. Windows color (decimal): -10166147 or 8249444. OLE color: 8249444.

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

Color convert

RGB 100 224 125 -
CMYK 0.55 0 0.44 0.12
HSL 132.1º 0.67% 0.64% -
HSV(B) 132.1º 0.55% 0.88% -
XYZ 35.61 57.5 28.62 -
YUV 175.64 99.42 74.05 -
System Red Green Blue C M Y K H S L
Decimal 100 224 125 0.55 0 0.44 0.12 132.1 0.67 0.64
Hex 64 E0 7D 37 0 2C C 84 43 40
Octal 144 340 175 67 0 54 14 204 103 100
Binary 1100100 11100000 1111101 110111 0 101100 1100 10000100 1000011 1000000

Color Harmonies of #64E07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E07D

Black with #64E07D

Text Example


Text Example

White with #64E07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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