Html Css Color HEX #64EE7F Pastel Green

📋 copy color: '#64EE7F'

red 100 ◦ green 238 ◦ blue 127

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

Shades of Pastel Green #64EE7F

Tints of Pastel Green #64EE7F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.18%

 BLUE value IS 127 (50% from 255) = 27.31%

R = 21.51%
G = 51.18%
B = 27.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#64EE7F (or 0x64EE7F) is known color: Pastel Green. HEX triplet: 64, EE and 7F. RGB value is (100,238,127). Sum of RGB (Red+Green+Blue) = 100+238+127=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EE7F is #9B1180. Grayscale: #B8B8B8. Windows color (decimal): -10162561 or 8384100. OLE color: 8384100.

HSL color Cylindrical-coordinate representation of color #64EE7F: hue angle of 131.74º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EE7F is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 238 127 -
CMYK 0.58 0 0.47 0.07
HSL 131.74º 0.8% 0.66% -
HSV(B) 131.74º 0.58% 0.93% -
XYZ 39.66 65.39 30.61 -
YUV 184.08 95.78 68.03 -
System Red Green Blue C M Y K H S L
Decimal 100 238 127 0.58 0 0.47 0.07 131.74 0.8 0.66
Hex 64 EE 7F 3A 0 2F 7 84 50 42
Octal 144 356 177 72 0 57 7 204 120 102
Binary 1100100 11101110 1111111 111010 0 101111 111 10000100 1010000 1000010

Color Harmonies of #64EE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EE7F

Black with #64EE7F

Text Example


Text Example

White with #64EE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,238,127); }

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

background-color css

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

 a { background-color: rgb(100,238,127); }

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

border-color css

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

 span { border-color: rgb(100,238,127); }

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