Html Css Color HEX #64E06F Pastel Green

📋 copy color: '#64E06F'

red 100 ◦ green 224 ◦ blue 111

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

Shades of Pastel Green #64E06F

Tints of Pastel Green #64E06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 22.99%
G = 51.49%
B = 25.52%

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

#64E06F (or 0x64E06F) is known color: Pastel Green. HEX triplet: 64, E0 and 6F. RGB value is (100,224,111). Sum of RGB (Red+Green+Blue) = 100+224+111=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #64E06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E06F is #9B1F90. Grayscale: #AEAEAE. Windows color (decimal): -10166161 or 7331940. OLE color: 7331940.

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

Color convert

RGB 100 224 111 -
CMYK 0.55 0 0.50 0.12
HSL 125.32º 0.67% 0.64% -
HSV(B) 125.32º 0.55% 0.88% -
XYZ 34.78 57.17 24.24 -
YUV 174.04 92.42 75.19 -
System Red Green Blue C M Y K H S L
Decimal 100 224 111 0.55 0 0.50 0.12 125.32 0.67 0.64
Hex 64 E0 6F 37 0 32 C 7D 43 40
Octal 144 340 157 67 0 62 14 175 103 100
Binary 1100100 11100000 1101111 110111 0 110010 1100 1111101 1000011 1000000

Color Harmonies of #64E06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E06F

Black with #64E06F

Text Example


Text Example

White with #64E06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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