Html Css Color HEX #64E06E Pastel Green

📋 copy color: '#64E06E'

red 100 ◦ green 224 ◦ blue 110

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

Shades of Pastel Green #64E06E

Tints of Pastel Green #64E06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.35%

R = 23.04%
G = 51.61%
B = 25.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#64E06E (or 0x64E06E) is known color: Pastel Green. HEX triplet: 64, E0 and 6E. RGB value is (100,224,110). Sum of RGB (Red+Green+Blue) = 100+224+110=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #64E06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E06E is #9B1F91. Grayscale: #AEAEAE. Windows color (decimal): -10166162 or 7266404. OLE color: 7266404.

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

Color convert

RGB 100 224 110 -
CMYK 0.55 0 0.51 0.12
HSL 124.84º 0.67% 0.64% -
HSV(B) 124.84º 0.55% 0.88% -
XYZ 34.73 57.15 23.95 -
YUV 173.93 91.92 75.27 -
System Red Green Blue C M Y K H S L
Decimal 100 224 110 0.55 0 0.51 0.12 124.84 0.67 0.64
Hex 64 E0 6E 37 0 33 C 7D 43 40
Octal 144 340 156 67 0 63 14 175 103 100
Binary 1100100 11100000 1101110 110111 0 110011 1100 1111101 1000011 1000000

Color Harmonies of #64E06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E06E

Black with #64E06E

Text Example


Text Example

White with #64E06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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