Html Css Color HEX #64EC8F Pastel Green

📋 copy color: '#64EC8F'

red 100 ◦ green 236 ◦ blue 143

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

Shades of Pastel Green #64EC8F

Tints of Pastel Green #64EC8F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.27%

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 20.88%
G = 49.27%
B = 29.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#64EC8F (or 0x64EC8F) is known color: Pastel Green. HEX triplet: 64, EC and 8F. RGB value is (100,236,143). Sum of RGB (Red+Green+Blue) = 100+236+143=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC8F is #9B1370. Grayscale: #B8B8B8. Windows color (decimal): -10163057 or 9432164. OLE color: 9432164.

HSL color Cylindrical-coordinate representation of color #64EC8F: hue angle of 138.97º degrees, saturation: 0.78, 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 #64EC8F is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 143 -
CMYK 0.58 0 0.39 0.07
HSL 138.97º 0.78% 0.66% -
HSV(B) 138.97º 0.58% 0.93% -
XYZ 40.21 64.68 36.35 -
YUV 184.73 104.44 67.56 -
System Red Green Blue C M Y K H S L
Decimal 100 236 143 0.58 0 0.39 0.07 138.97 0.78 0.66
Hex 64 EC 8F 3A 0 27 7 8B 4E 42
Octal 144 354 217 72 0 47 7 213 116 102
Binary 1100100 11101100 10001111 111010 0 100111 111 10001011 1001110 1000010

Color Harmonies of #64EC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EC8F

Black with #64EC8F

Text Example


Text Example

White with #64EC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,236,143); }

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

background-color css

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

 a { background-color: rgb(100,236,143); }

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

border-color css

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

 span { border-color: rgb(100,236,143); }

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