Html Css Color HEX #64E06C Pastel Green

📋 copy color: '#64E06C'

red 100 ◦ green 224 ◦ blue 108

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

Shades of Pastel Green #64E06C

Tints of Pastel Green #64E06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25%

R = 23.15%
G = 51.85%
B = 25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#64E06C (or 0x64E06C) is known color: Pastel Green. HEX triplet: 64, E0 and 6C. RGB value is (100,224,108). Sum of RGB (Red+Green+Blue) = 100+224+108=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #64E06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E06C is #9B1F93. Grayscale: #AEAEAE. Windows color (decimal): -10166164 or 7135332. OLE color: 7135332.

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

Color convert

RGB 100 224 108 -
CMYK 0.55 0 0.52 0.12
HSL 123.87º 0.67% 0.64% -
HSV(B) 123.87º 0.55% 0.88% -
XYZ 34.62 57.1 23.38 -
YUV 173.7 90.92 75.43 -
System Red Green Blue C M Y K H S L
Decimal 100 224 108 0.55 0 0.52 0.12 123.87 0.67 0.64
Hex 64 E0 6C 37 0 34 C 7C 43 40
Octal 144 340 154 67 0 64 14 174 103 100
Binary 1100100 11100000 1101100 110111 0 110100 1100 1111100 1000011 1000000

Color Harmonies of #64E06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E06C

Black with #64E06C

Text Example


Text Example

White with #64E06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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